UNPKG
sendak
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Sendak manages metadata for cloud deployments
github.com/18F/Sendak
18F/Sendak
sendak
/
contrib
/
aws_policies
/
ses-full-access.pol.json
13 lines
(12 loc)
•
154 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"Version"
:
"2012-10-17"
,
"Statement"
:
[
{
"Effect"
:
"Allow"
,
"Action"
:
[
"ses:*"
]
,
"Resource"
:
"*"
}
]
}