Skip to content

Commit f65751b

Browse files
marcojahnbfreiberg
andauthored
Update apigw-secretsmanager-apikey-cdk/README.md
Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
1 parent a2dbe7e commit f65751b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apigw-secretsmanager-apikey-cdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Each API key in Secrets Manager should follow the naming convention `api-key-{ke
6969
```
7070
1. Try with an invalid API key:
7171
```
72-
curl -H "x-api-key: invalid-key" https://REPLACE_WITH_URL_FROM_CDK_OUTPUT.amazonaws.com/prod/protected
72+
curl -H "x-api-key: invalid-key" https://REPLACE_WITH_URL_FROM_CDK_OUTPUT/protected
7373
```
7474
You should receive an unauthorized error.
7575
1. Try without an API key:

0 commit comments

Comments
 (0)