Skip to content

Commit 4c3b6a0

Browse files
authored
docs(s3-deployment): update development section of readme (#30253)
…ent README ### Reason for this change The links in the development section of the aws-s3-deployment README are pointing to incorrect locations (files have been moved from those locations), fixed the links. ### Description of changes There are no code changes, only documentation update ### 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 89042c4 commit 4c3b6a0

File tree

1 file changed

+3
-2
lines changed
  • packages/aws-cdk-lib/aws-s3-deployment

1 file changed

+3
-2
lines changed

packages/aws-cdk-lib/aws-s3-deployment/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,9 @@ new cdk.CfnOutput(this, 'ObjectKey', {
489489
## Development
490490

491491
The custom resource is implemented in Python 3.9 in order to be able to leverage
492-
the AWS CLI for "aws s3 sync". The code is under [`lib/lambda`](https://github.com/aws/aws-cdk/tree/main/packages/aws-cdk-lib/aws-s3-deployment/lib/lambda) and
493-
unit tests are under [`test/lambda`](https://github.com/aws/aws-cdk/tree/main/packages/aws-cdk-lib/aws-s3-deployment/test/lambda).
492+
the AWS CLI for "aws s3 sync".
493+
The code is now in the `@aws-cdk/custom-resource-handlers` package under [`lib/aws-s3-deployment/bucket-deployment-handler`](https://github.com/aws/aws-cdk/tree/main/packages/@aws-cdk/custom-resource-handlers/lib/aws-s3-deployment/bucket-deployment-handler/) and
494+
unit tests are under [`test/aws-s3-deployment/bucket-deployment-handler`](https://github.com/aws/aws-cdk/tree/main/packages/@aws-cdk/custom-resource-handlers/test/aws-s3-deployment/bucket-deployment-handler/).
494495

495496
This package requires Python 3.9 during build time in order to create the custom
496497
resource Lambda bundle and test it. It also relies on a few bash scripts, so

0 commit comments

Comments
 (0)