File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
aws-python-flask-dynamodb-api Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Example of a Python Flask API service backed by DynamoDB with traditional Serverless Framework" ,
5
5
"author" : " " ,
6
6
"devDependencies" : {
7
- "serverless-python-requirements" : " ^5.1 .0" ,
8
- "serverless-wsgi" : " ^1.7.6 "
7
+ "serverless-python-requirements" : " ^6.0 .0" ,
8
+ "serverless-wsgi" : " ^3.0.1 "
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -3,14 +3,13 @@ service: aws-python-flask-dynamodb-api
3
3
frameworkVersion : ' 3'
4
4
5
5
custom :
6
- tableName : ' users-table-${self:provider. stage}'
6
+ tableName : ' users-table-${sls: stage}'
7
7
wsgi :
8
8
app : app.app
9
9
10
10
provider :
11
11
name : aws
12
- runtime : python3.8
13
- stage : dev
12
+ runtime : python3.9
14
13
iam :
15
14
role :
16
15
statements :
You can’t perform that action at this time.
0 commit comments