aws-amplify / aws-amplify/amplify-cli
Support Python versions < 3.8 for Lambda functions
Open
extensibility
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.**
I cannot package my Lambda function, as I wrote it for Python 3.6 and it has dependencies not available for Python 3.8, which is (as far as I know) a completely valid Lambda configuration but is not possible to build or push the function with the Amplify CLI.
**Describe the solution you'd like**
I would like a way to select the Python version you intend to use for the Lambda function.
**Describe alternatives you've considered**
I've tried using other Python versions or other versions of the library, but they are incompatible with Lambda.
Contributor guide
Assessment
This issue has not been assessed yet.