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

[aws-python-flask-api] Startup code has incorrect requirements.txt #649

Closed Noprop closed 3 years ago

Noprop commented 3 years ago

Going through the process at https://app.serverless.com/your_username/apps/new?package=aws-python-flask-api does not work as it is missing the Werkzeug dependency in requirements.txt

This is what the requirements.txt file is supposed to look like:

https://github.com/serverless/examples/blob/4b147426fc7f7499047eadce93c885f955af1347/aws-python-flask-api/requirements.txt

pgrzesik commented 3 years ago

Hey @Noprop, thanks a lot for reporting, I've passed it internally and I'll come back as soon as possible

pgrzesik commented 3 years ago

Hey @Noprop - the examples published and used during project setup on app.serverless.com should be now updated :+1: