aws-amplify / amplify-category-api

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development. This plugin provides functionality for the API category, allowing for the creation and management of GraphQL and REST based backends for your amplify project.
https://docs.amplify.aws/
Apache License 2.0
87 stars 75 forks source link

Can't reconfig DynamoDB Stream #198

Open yaquawa opened 3 years ago

yaquawa commented 3 years ago

Before opening, please confirm:

How did you install the Amplify CLI?

yarn

If applicable, what version of Node.js are you using?

No response

Amplify CLI Version

4.45.2

What operating system are you using?

MacOS

Amplify Categories

storage, function, api

Amplify Commands

update

Describe the bug

When I ran amplify add function, I can config which tables(created via @model) to be added as event source mappings. But later on, I want to add more event source mappings to the function, so I tried amplify update function, but no options allow me to reconfig the event source mappings.

Expected behavior

Add support for reconfig event source mappings.

sharmaadityaHQ commented 3 years ago

I would like to work on this.