We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b06dcf commit 3f83f3cCopy full SHA for 3f83f3c
aws-python-flask-api/package.json
@@ -4,7 +4,7 @@
4
"description": "Example of a Python Flask API service with traditional Serverless Framework",
5
"author": "",
6
"devDependencies": {
7
- "serverless-python-requirements": "^5.1.0",
8
- "serverless-wsgi": "^1.7.6"
+ "serverless-python-requirements": "^6.0.0",
+ "serverless-wsgi": "^3.0.1"
9
}
10
aws-python-flask-api/serverless.yml
@@ -8,7 +8,7 @@ custom:
provider:
name: aws
11
- runtime: python3.8
+ runtime: python3.9
12
13
functions:
14
api:
0 commit comments