iliana / rust-crowbar

Wrapper to simplify writing AWS Lambda functions in Rust (using the Python execution environment)
https://docs.rs/crowbar
Apache License 2.0
197 stars 16 forks source link

Support Python 3 #1

Closed iliana closed 7 years ago

iliana commented 7 years ago

:tada: https://aws.amazon.com/about-aws/whats-new/2017/04/aws-lambda-supports-python-3-6/

I intend to do a bump to 0.2.x and support Python 3 as the default, with Python 2 support behind a feature flag.

drusellers commented 7 years ago

:+1: