aws-amplify / aws-amplify/amplify-cli
Add support for amplify update function and EventSourceMappings
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 825
- Avg merge
- 11d 23h
- Merged PRs (30d)
- 2
Description
>**Note**: If your feature-request is regarding the AWS Amplify Console service, please log it in the
[official AWS Amplify Console forum](https://forums.aws.amazon.com/forum.jspa?forumID=314&start=0)
**Is your feature request related to a problem? Please describe.**
I have a lambda function that acts as a DDB stream event handler. I'd like to be able to add multiple event sources to this function.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
I'd like to be able to run amplify update function and associate many @model DDB tables as event sources.
**Describe alternatives you've considered**
Manually changing the lambdas cloudformation to add the event sources.
**Additional context**
Add any other context or screenshots about the feature request here.
Contributor guide
Assessment
This issue has not been assessed yet.