awslabs / aws-servicebroker

AWS Service Broker
Apache License 2.0
468 stars 131 forks source link

Upgrade Lambdas used by service broker to Python 3.x #241

Open rkevin-arch opened 3 years ago

rkevin-arch commented 3 years ago

Is your feature request related to a problem? Please describe. AWS is ending support for Python2.7 in AWS Lambda. We can no longer create new Lambdas in 2.7 or receive security patches and support after July 15th. It looks like there are at least a couple of places that still use Python2.7 Lambdas. It would be nice if we can update them to use Python 3.x.

Describe the solution you'd like All Lambdas used by service broker are using a supported version of Python.

Describe alternatives you've considered Not upgrading. Existing users would lose support from AWS and new users would not be able to create Lambdas (and use service broker) after July 15th.

Additional context None

rkevin-arch commented 3 years ago

Hey! Any updates on this? Or does anyone know of any good production-ready alternatives we can consider? Thanks!

raghumg2133 commented 2 years ago

Hello Team, any update on this request. Please let us know when will be new version will be released with the python changes.