Skip to content

Commit 2f89d76

Browse files
committed
remove v2 flag
1 parent 991a53b commit 2f89d76

File tree

3 files changed

+0
-3
lines changed
  • lambda-debug-mode/python
    • base-concurrent-lambda-debug-mode
    • base-enable-lambda-debug-mode
    • base-multiple-lambda-debug-mode

3 files changed

+0
-3
lines changed

lambda-debug-mode/python/base-concurrent-lambda-debug-mode/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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" \

lambda-debug-mode/python/base-enable-lambda-debug-mode/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ echo "Set a breakpoint and attach the Python remote debugger from your IDE"
2121
echo "Invoking the Lambda function."
2222
AWS_MAX_ATTEMPTS=1 \
2323
awslocal 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" \

lambda-debug-mode/python/base-multiple-lambda-debug-mode/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"'. "}' \

0 commit comments

Comments
 (0)