Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit c866362

Browse files
committed
typo fix in s3transferUtility content, correct IAM policy step for lambda getting started
1 parent 0b18394 commit c866362

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

doc_source/getting-started-lambda.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,15 @@ To set IAM Permissions for AWS Lambda:
8181
#. Click the role for unauthenticated users (it will have :code:`unauth` appended to your Identity
8282
Pool name).
8383

84-
#. Click the :guilabel:`Create Role Policy` button, select :guilabel:`Policy Generator`, and then
84+
#. Click the :guilabel:`Create Role Policy` button, select :guilabel:`Custom Policy`, and then
8585
click the :guilabel:`Select` button.
8686

87-
#. Enter a name for your policy and paste in the policy document shown above, replacing the resource
88-
values with the ARN for your function. You can view the ARN for your function in the AWS Lambda
89-
Console by clicking the function name. Your ARN will look like this:
90-
:code:`arn:aws:lambda:us-west-2:account-id:function:invokeFunction`.
87+
#. Enter a name for your policy and paste in the policy document shown above.
88+
89+
# Replace the function’s resource value :code `“resource-id”` with the ARN for your function. You can
90+
view the ARN for your function in the AWS Lambda Console by clicking the function name. Once you
91+
have pasted the ARN into the function code it will look like this:
92+
:code:`”arn:aws:lambda:us-west-2:012345678901:function:invokeFunctionName”`.
9193

9294
#. Click the :guilabel:`Add Statement` button, and then click the :guilabel:`Next Step` button. The
9395
wizard will show you the configuration that you generated.

doc_source/s3transferutility.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Create and Configure an S3 Bucket
4444
---------------------------------
4545

4646
|S3| stores your application's resources in buckets |mdash| cloud storage containers that live in a
47-
specific `region <regions-and-endpoints>`_.
47+
specific `region <http://docs.aws.amazon.com/AmazonS3/latest/dev/Introduction.html#Regions>`_.
4848

4949
Create a Bucket
5050
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)