We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34a1ea commit bc6de39Copy full SHA for bc6de39
app.py
@@ -1,4 +1,3 @@
1
-
2
import json
3
4
def hello(event, context):
@@ -7,5 +6,5 @@ def hello(event, context):
7
6
'body': json.dumps({
8
'message': 'Hello Lambda!',
9
'version': '1.0'
10
- })
11
- }
+ })
+ }
0 commit comments