serverless / examples

Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
https://www.serverless.com/examples/
Other
11.45k stars 4.47k forks source link

fix: Update dependencies for Python Flask for Lambda compatibility #624

Closed pgrzesik closed 3 years ago

pgrzesik commented 3 years ago

Update Flask and explicitly lock Werkzeug version as recently released Werkzeug in v2 is not compatible with Lambda runtime.