You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/aws-cdk-lib/custom-resources/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -314,8 +314,8 @@ This module includes a few examples for custom resource implementations:
314
314
315
315
Provisions an object in an S3 bucket with textual contents. See the source code
316
316
for the
317
-
[construct](https://github.com/aws/aws-cdk/blob/main/packages/%40aws-cdk/custom-resources/test/provider-framework/integration-test-fixtures/s3-file.ts) and
[construct](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/custom-resources/test/provider-framework/integration-test-fixtures/s3-file.ts) and
The following example will create the file `folder/file1.txt` inside `myBucket`
321
321
with the contents `hello!`.
@@ -344,7 +344,7 @@ This sample demonstrates the following concepts:
344
344
345
345
#### S3Assert
346
346
347
-
Checks that the textual contents of an S3 object matches a certain value. The check will be retried for 5 minutes as long as the object is not found or the value is different. See the source code for the [construct](test/provider-framework/integration-test-fixtures/s3-assert.ts) and [handler](test/provider-framework/integration-test-fixtures/s3-assert-handler/index.py).
347
+
Checks that the textual contents of an S3 object matches a certain value. The check will be retried for 5 minutes as long as the object is not found or the value is different. See the source code for the [construct](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/custom-resources/test/provider-framework/integration-test-fixtures/s3-assert.ts) and [handler](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/custom-resources/test/provider-framework/integration-test-fixtures/s3-assert-handler/index.py).
348
348
349
349
The following example defines an `S3Assert` resource which waits until
350
350
`myfile.txt` in `myBucket` exists and includes the contents `foo bar`:
0 commit comments