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
9
9
10
10
fi
11
11
while 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
13
13
cat out.json
14
14
echo " "
15
15
sleep 2
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Resources:
13
13
Runtime : java8
14
14
Description : Java function
15
15
MemorySize : 512
16
- Timeout : 10
16
+ Timeout : 30
17
17
# Function's execution role
18
18
Policies :
19
19
- AWSLambdaBasicExecutionRole
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Resources:
13
13
Runtime : java8
14
14
Description : Java function
15
15
MemorySize : 512
16
- Timeout : 10
16
+ Timeout : 30
17
17
# Function's execution role
18
18
Policies :
19
19
- AWSLambdaBasicExecutionRole
You can’t perform that action at this time.
0 commit comments