Skip to content

Commit

Permalink
Merge branch 'master' into rmuller/fix-appsync-userpool
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored May 5, 2022
2 parents 81455e8 + 66d5402 commit 20a9aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-s3-assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ will first upload all the assets to S3, and only then deploy the stacks. The S3
locations of the uploaded assets will be passed in as CloudFormation Parameters
to the relevant stacks.

The following JavaScript example defines an directory asset which is archived as
The following JavaScript example defines a directory asset which is archived as
a .zip file and uploaded to S3 during deployment.

[Example of a ZipDirectoryAsset](./test/integ.assets.directory.lit.ts)
Expand Down Expand Up @@ -46,7 +46,7 @@ In the following example, the various asset attributes are exported as stack out
IAM roles, users or groups which need to be able to read assets in runtime will should be
granted IAM permissions. To do that use the `asset.grantRead(principal)` method:

The following examples grants an IAM group read permissions on an asset:
The following example grants an IAM group read permissions on an asset:

[Example of granting read access to an asset](./test/integ.assets.permissions.lit.ts)

Expand Down

0 comments on commit 20a9aad

Please sign in to comment.