You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
I tried to use the lambda starter for a "platform type" lambda but ran into diffculty in the development process because the starter currently assumes that all lambdas should be triggered from an API gateway.
In my case I needed a lambda that is triggered by a cloudwatch event.
It would be really nice to be able to stand up a lambda locally regardless of the trigger type.
Maybe this needs to be a separate lambda-starter though?
Are you currently using a workaround / alternative solution instead?
Contact Details
No response
Feature Request
I tried to use the lambda starter for a "platform type" lambda but ran into diffculty in the development process because the starter currently assumes that all lambdas should be triggered from an API gateway.
In my case I needed a lambda that is triggered by a cloudwatch event.
It would be really nice to be able to stand up a lambda locally regardless of the trigger type.
Maybe this needs to be a separate lambda-starter though?
Are you currently using a workaround / alternative solution instead?
not currently.