Skip to content

Commit bc6de39

Browse files
committed
ecr
1 parent d34a1ea commit bc6de39

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import json
32

43
def hello(event, context):
@@ -7,5 +6,5 @@ def hello(event, context):
76
'body': json.dumps({
87
'message': 'Hello Lambda!',
98
'version': '1.0'
10-
        })
11-
    }
9+
})
10+
}

0 commit comments

Comments
 (0)