Skip to content

Commit 430dc81

Browse files
committed
iam policy examples
1 parent 5c7d64b commit 430dc81

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

iam-policies/README.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Lambda console IAM policy examples
2+
3+
The documents in this folder show AWS Identity and Access Management (IAM) policies related to the AWS Lambda console. They show permissions that you need to use the Lambda console, and permissions that the console can add to your function's execution role.
4+
5+
## Console Use Policies
6+
7+
These policies show the user permissions required to configure triggers in the Lambda console.
8+
9+
- console-apigateway.json
10+
- console-cloudwatchevents.json
11+
- console-cloudwatchlogs.json
12+
- console-cognito.json
13+
- console-dynamodb.json
14+
- console-iot.json
15+
- console-kinesis.json
16+
- console-s3.json
17+
- console-sns.json
18+
19+
## Execution Role Templates
20+
21+
These policies show the permissions that the Lambda console adds to your function's execution role when you create a new role from a template.
22+
23+
- template-atedge.json
24+
- template-basic.json
25+
- template-dlq-sns.json
26+
- template-dlq-sqs.json
27+
- template-dynamodb.json
28+
- template-kinesis.json
29+
- template-vpcaccess.json
30+
31+
## Blueprint Policies
32+
33+
These policies show the permissions that the Lambda console adds to your function's execution role when you create a function from a blueprint.
34+
35+
- blueprint-cloudformation.json
36+
- blueprint-ec2ami.json
37+
- blueprint-elasticsearch.json
38+
- blueprint-iotbutton.json
39+
- blueprint-kmsdecrypt.json
40+
- blueprint-microservice.json
41+
- blueprint-rekognition-nodata.json
42+
- blueprint-rekognition-readonly.json
43+
- blueprint-rekognition-writeonly.json
44+
- blueprint-s3get.json
45+
- blueprint-sesbounce.json
46+
- blueprint-sqspoller.json
47+
- blueprint-testharness.json
48+
- blueprint-vpnmonitor.json

0 commit comments

Comments
 (0)