Skip to content

Commit a2dbe7e

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

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
@@ -61,7 +61,7 @@ Each API key in Secrets Manager should follow the naming convention `api-key-{ke
6161
```
6262
1. Make a request to the protected endpoint with a valid API key:
6363
```
64-
curl -H "x-api-key: CREATED_API_KEY" https://REPLACE_WITH_URL_FROM_CDK_OUTPUT.amazonaws.com/prod/protected
64+
curl -H "x-api-key: CREATED_API_KEY" https://REPLACE_WITH_URL_FROM_CDK_OUTPUT/protected
6565
```
6666
If successful, you should receive a response like:
6767
```

0 commit comments

Comments
 (0)