File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
base-concurrent-lambda-debug-mode
base-enable-lambda-debug-mode
base-multiple-lambda-debug-mode Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ for i in {1..3}; do
2222 echo " Invoking the Lambda function, attempt $i ."
2323 AWS_MAX_ATTEMPTS=1 \
2424 awslocal lambda invoke \
25- --cli-binary-format raw-in-base64-out \
2625 --cli-connect-timeout 3600 \
2726 --cli-read-timeout 3600 \
2827 --function-name " $FUNCTION_NAME " \
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ echo "Set a breakpoint and attach the Python remote debugger from your IDE"
2121echo " Invoking the Lambda function."
2222AWS_MAX_ATTEMPTS=1 \
2323awslocal lambda invoke \
24- --cli-binary-format raw-in-base64-out \
2524 --cli-connect-timeout 3600 \
2625 --cli-read-timeout 3600 \
2726 --function-name " $FUNCTION_NAME " \
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ for function_name in "${FUNCTION_NAMES[@]}"; do
3838 AWS_MAX_ATTEMPTS=1 \
3939 awslocal lambda invoke \
4040 --cli-connect-timeout 3600 \
41- --cli-binary-format raw-in-base64-out \
4241 --cli-read-timeout 3600 \
4342 --function-name " $function_name " \
4443 --payload ' {"message": "Testing Lambda Debug Mode lifting the 1-second timeout for ' " $function_name " ' . "}' \
You can’t perform that action at this time.
0 commit comments