File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,11 @@ If you want to execute the lambda function against the [event.json](./example/ev
2525
2626```
2727$ docker run example-lambda-image lambda invoke
28- _ _ _ _ _ _ _
29- | || | ___ | | | | ___ __ __ __ ___ _ _ | | __| | | |
30- | __ | / -_) | | | | / _ \ _ \ V V / / _ \ | '_| | | / _` | |_|
31- |_||_| \___| |_| |_| \___/ ( ) \_/\_/ \___/ |_| |_| \__,_| (_)
32- |/
33-
28+ _ _ _ _ _ _ _
29+ | || |___| | |___ __ __ _____ _ _| |__| | |
30+ | __ / -_) | / _ \_ \ V V / _ \ '_| / _` |_|
31+ |_||_\___|_|_\___( ) \_/\_/\___/_| |_\__,_(_)
32+ |/
3433```
3534
3635If you would like to see if your lambda function builds properly, run:
@@ -72,6 +71,6 @@ FROM kilna/alpine-aws-python-lambda:latest
7271To:
7372
7473```
75- FROM kilna/alpine-aws-python-lambda:python- 2.7
74+ FROM kilna/alpine-aws-python-lambda:2.7
7675```
7776
You can’t perform that action at this time.
0 commit comments