Skip to content

Commit 7213a2f

Browse files
authored
docs(custom-resources): update installLatestAwsSdk docs to specify correct version (#33664)
### Reason for this change #31265 The above PR migrated the custom resource from `v2` to `v3`, but the documentation was not updated accordingly. This update ensures the documentation reflects the correct version. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 34c547c commit 7213a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/custom-resources/lib/aws-custom-resource/aws-custom-resource.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ export interface AwsCustomResourceProps {
368368
readonly logGroup?: logs.ILogGroup;
369369

370370
/**
371-
* Whether to install the latest AWS SDK v2.
371+
* Whether to install the latest AWS SDK v3.
372372
*
373373
* If not specified, this uses whatever JavaScript SDK version is the default in
374374
* AWS Lambda at the time of execution.

0 commit comments

Comments
 (0)