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.
aws-python-rest-api
1 parent 3f83f3c commit 084486fCopy full SHA for 084486f
aws-python-rest-api/handler.py
@@ -3,7 +3,7 @@
3
4
def hello(event, context):
5
body = {
6
- "message": "Go Serverless v2.0! Your function executed successfully!",
+ "message": "Go Serverless v3.0! Your function executed successfully!",
7
"input": event,
8
}
9
aws-python-rest-api/serverless.yml
@@ -1,12 +1,11 @@
1
service: aws-python-rest-api
2
-frameworkVersion: '2'
+frameworkVersion: '3'
provider:
name: aws
- runtime: python3.8
- lambdaHashingVersion: '20201221'
+ runtime: python3.9
10
11
functions:
12
hello:
0 commit comments