We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56955db commit cbda3ebCopy full SHA for cbda3eb
test/test_dockerfiles
@@ -76,6 +76,7 @@ for dockerfile in "${dockerfiles[@]}"; do
76
echo 'ERROR: md5sum of output returned by lambda invoke on AWS did not match expected results' 1&>2
77
exit 2
78
fi
79
+ aws lambda delete-function --function-name=example-lambda
80
set +x
81
82
header "Cleanup - $ver"
0 commit comments