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 a2dbe7e commit f65751bCopy full SHA for f65751b
apigw-secretsmanager-apikey-cdk/README.md
@@ -69,7 +69,7 @@ Each API key in Secrets Manager should follow the naming convention `api-key-{ke
69
```
70
1. Try with an invalid API key:
71
72
- curl -H "x-api-key: invalid-key" https://REPLACE_WITH_URL_FROM_CDK_OUTPUT.amazonaws.com/prod/protected
+ curl -H "x-api-key: invalid-key" https://REPLACE_WITH_URL_FROM_CDK_OUTPUT/protected
73
74
You should receive an unauthorized error.
75
1. Try without an API key:
0 commit comments