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 96a6021 commit b71e550Copy full SHA for b71e550
apigw-secretsmanager-apikey-cdk/README.md
@@ -74,7 +74,7 @@ Each API key in Secrets Manager should follow the naming convention `api-key-{ke
74
You should receive an unauthorized error.
75
1. Try without an API key:
76
```
77
- curl https://REPLACE_WITH_URL_FROM_CDK_OUTPUT.amazonaws.com/prod/protected
+ curl https://REPLACE_WITH_URL_FROM_CDK_OUTPUT/protected
78
79
You should also receive an unauthorized error.
80
0 commit comments