aws-amplify / aws-amplify/amplify-cli
Allow Lambda trigger creation for python runtime
Open
feature-request
functions
p3
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 825
- Avg merge
- 11d 23h
- Merged PRs (30d)
- 2
Description
**Is your feature request related to a problem? Please describe.**
CLI should allow creation of Lambda trigger for python runtime
Following [this](https://docs.amplify.aws/cli/usage/lambda-triggers#dynamodb-lambda-triggers) doc
This is only supported for NodeJS runtime
**Describe the solution you'd like**
`amplify add function` should allow creation of triggers for python runtimes
**Describe alternatives you've considered**
Create (2) functions. NodeJS will can contain the trigger and then call the python function.
Contributor guide
Assessment
This issue has not been assessed yet.