Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 5c7069c

Browse files
committed
Fixing typo
1 parent 8f8e8d0 commit 5c7069c

File tree

1 file changed

+1
-1
lines changed
  • content/en/user-guide/integrations/aws-cdk

1 file changed

+1
-1
lines changed

content/en/user-guide/integrations/aws-cdk/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ For these CDK versions, we remove AWS configuration environment variables like `
106106
If individual configuration variables are needed for the deploy process (e.g. `AWS_REGION`) these configuration variables can be propagated to the `cdk` command by configuring `AWS_ENVAR_ALLOWLIST`, for example: `AWS_ENVAR_ALLOWLIST=AWS_REGION,AWS_DEFAULT_REGION AWS_DEFAULT_REGION=eu-central-1 AWS_REGION=eu-central-1 cdklocal ...`.
107107
2. If you are manually setting `AWS_ENDPOINT_URL`, the new value will continue to be read from the environment, however `AWS_ENDPOINT_URL_S3` _must_ also be set and should include a `.s3.` component to ensure we correctly detect S3 requests.
108108

109-
For reference on which configuration you can use on cdk in LocalStack in this scenario please refer to the following [documentation](https://github.com/localstack/aws-cdk-local?tab=readme-ov-file#configurations).
109+
For reference on which configuration you can use on CDK in LocalStack in this scenario please refer to the following [documentation](https://github.com/localstack/aws-cdk-local?tab=readme-ov-file#configurations).
110110

111111
## Other resources
112112

0 commit comments

Comments
 (0)