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 776cc17 commit a2dbe7eCopy full SHA for a2dbe7e
apigw-secretsmanager-apikey-cdk/README.md
@@ -61,7 +61,7 @@ Each API key in Secrets Manager should follow the naming convention `api-key-{ke
61
```
62
1. Make a request to the protected endpoint with a valid API key:
63
64
- curl -H "x-api-key: CREATED_API_KEY" https://REPLACE_WITH_URL_FROM_CDK_OUTPUT.amazonaws.com/prod/protected
+ curl -H "x-api-key: CREATED_API_KEY" https://REPLACE_WITH_URL_FROM_CDK_OUTPUT/protected
65
66
If successful, you should receive a response like:
67
0 commit comments