Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
d0z0 committed Jul 31, 2022
1 parent a00c331 commit a4339ca
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,3 @@ new cdk.CfnOutput(stack, 'TESTREGION', {
});

app.synth();

/*
* Stack verification steps:
* * Get cURL version 7.75.0 or later so you can use the --aws-sigv4 option
* * Curl <url>/foo without sigv4 and expect a 403
* * Curl <url>/books/something without sigv4 and expect a 403
* * Curl <url>/foo with sigv4 from the authorized user and expect 200
* * Curl <url>/books/something with sigv4 from the authorized user and expect 200
*
* Reference:
* * Using cURL 7.75.0 or later via the official docker image: docker run --rm curlimages/curl -s -o/dev/null -w"%{http_code}" <url>
* * Args to enable sigv4 with authorized credentials: --user "$TESTACCESSKEYID:$TESTSECRETACCESSKEY" --aws-sigv4 "aws:amz:$TESTREGION:execute-api"
*/

0 comments on commit a4339ca

Please sign in to comment.