Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Gateway as an event trigger option #55

Open
away168 opened this issue Feb 9, 2021 · 1 comment
Open

API Gateway as an event trigger option #55

away168 opened this issue Feb 9, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@away168
Copy link
Contributor

away168 commented Feb 9, 2021

Currently, as of version 1.0.1 in the deploy stage or route stage, only a few event triggers (like SQS) are allowed.

This is a request to support API Gateway as an event trigger

this has been requested by various companies we've demo'd the functionality to

@shyamsfo
Copy link
Collaborator

shyamsfo commented Mar 6, 2021

My initial opinion on this is that it should be a feature of a (yet non-existent) API gateway plugin to lambda, rather than a feature of the lambda plugin. The configuration on SQS, SNS are straight-forward enough (just fill up an ARN) to leave it as part of lambda, but for API gateway, there seems to be too many configuration to have this as part of lambda. Another alternative is, perhaps we need a new stage in this plugin that exclusively manages all event triggers including SQS, SNS, API Gateway etc.

@nimakaviani nimakaviani added the enhancement New feature or request label Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants