aws-amplify / amplify-cli

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.
Apache License 2.0
2.83k stars 823 forks source link

Allow Lambda trigger creation for python runtime #6101

Open jgroom33 opened 3 years ago

jgroom33 commented 3 years ago

Is your feature request related to a problem? Please describe. CLI should allow creation of Lambda trigger for python runtime Following this 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.

wvidana commented 2 years ago

Still no answer... Very difficult to do it manually since they removed customizing the cloudformation template from auth

josefaidt commented 2 years ago

related https://github.com/aws-amplify/amplify-cli/issues/10020

electronicalias commented 1 year ago

Also interested in this feature.