This repository was archived by the owner on Jun 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -81,13 +81,15 @@ To set IAM Permissions for AWS Lambda:
81
81
#. Click the role for unauthenticated users (it will have :code: `unauth ` appended to your Identity
82
82
Pool name).
83
83
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
85
85
click the :guilabel: `Select ` button.
86
86
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” `.
91
93
92
94
#. Click the :guilabel: `Add Statement ` button, and then click the :guilabel: `Next Step ` button. The
93
95
wizard will show you the configuration that you generated.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Create and Configure an S3 Bucket
44
44
---------------------------------
45
45
46
46
|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 >`_.
48
48
49
49
Create a Bucket
50
50
~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments