Skip to content

Commit

Permalink
docs(custom-resources): fix dead links
Browse files Browse the repository at this point in the history
Fixes #14895
  • Loading branch information
rix0rrr authored Jun 4, 2021
1 parent a12db62 commit 6467ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/custom-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ This module includes a few examples for custom resource implementations:

Provisions an object in an S3 bucket with textual contents. See the source code
for the
[construct](https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/custom-resources/test/provider-framework/integration-test-fixtures/s3-file.ts) and
[handler](https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/custom-resources/test/provider-framework/integration-test-fixtures/s3-file-handler/index.ts).
[construct](https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/custom-resources/test/provider-framework/integration-test-fixtures/s3-assert.ts) and
[handler](https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/custom-resources/test/provider-framework/integration-test-fixtures/s3-assert-handler/index.py).

The following example will create the file `folder/file1.txt` inside `myBucket`
with the contents `hello!`.
Expand Down

0 comments on commit 6467ceb

Please sign in to comment.