File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if [ ! -f event.json ]; then
99
1010fi
1111while true ; do
12- aws lambda invoke --function-name $FUNCTION --payload file://event.json out.json --cli-binary-format raw-in-base64-out
12+ aws lambda invoke --function-name $FUNCTION --payload file://event.json out.json
1313 cat out.json
1414 echo " "
1515 sleep 2
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Resources:
1313 Runtime : java8
1414 Description : Java function
1515 MemorySize : 512
16- Timeout : 10
16+ Timeout : 30
1717 # Function's execution role
1818 Policies :
1919 - AWSLambdaBasicExecutionRole
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Resources:
1313 Runtime : java8
1414 Description : Java function
1515 MemorySize : 512
16- Timeout : 10
16+ Timeout : 30
1717 # Function's execution role
1818 Policies :
1919 - AWSLambdaBasicExecutionRole
You can’t perform that action at this time.
0 commit comments