Skip to content

Commit

Permalink
Point out Function Execution ARN is needed for Bucket access
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaransweet committed Jul 1, 2021
1 parent 8a37962 commit 1a4aa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ The deployment relies on an S3 Bucket being available to upload images to. The B
This is **required** in standard deployments, for integration deployments, a bucket is created and setup for you.

You must allow the `downloader` function `read` and `write` permissions to your bucket, you can find the ARN of the `downloader` function in
SSM Parameter Store [here](https://us-west-2.console.aws.amazon.com/systems-manager/parameters/) under the name `integration_tests/<IDENTIFIER>/downloader_arn`
SSM Parameter Store [here](https://us-west-2.console.aws.amazon.com/systems-manager/parameters/) under the name `integration_tests/<IDENTIFIER>/downloader_arn`. Navigate to the function and use its Execution Role ARN within the Buckets permissions to allow access.


## Standard Deployments
Expand Down

0 comments on commit 1a4aa87

Please sign in to comment.