aws-samples / aws-lambda-extensions

A collection of sample extensions to help you get started with AWS Lambda Extensions
MIT No Attribution
442 stars 145 forks source link

Update README.md #72

Closed lucasantoiemma closed 2 years ago

lucasantoiemma commented 2 years ago

Specified the Python runtime to use

Issue #71

Description of changes: Specified in the README.md file which Python version to choose in order to run the bash-example-wrapper example

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

julianwood commented 2 years ago

Thanks for the suggestion. However, is this specific to Python 3.8? I believe importtime has been available since python 3.7. https://docs.python.org/3.7/using/cmdline.html#id5

julianwood commented 2 years ago

Thanks for spotting, To clarify, although importtime is available in Python 3.7, Wrapper scripts are supported from Python 3.8 and above. https://docs.aws.amazon.com/lambda/latest/dg/runtimes-modify.html#runtime-wrapper