Skip to content

Instantly share code, notes, and snippets.

@it-am
Last active October 21, 2018 20:28
Show Gist options
  • Save it-am/2bfc64f825dfc2ed66adeb3a10ac9499 to your computer and use it in GitHub Desktop.
Save it-am/2bfc64f825dfc2ed66adeb3a10ac9499 to your computer and use it in GitHub Desktop.
medium
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"lambda:InvokeFunction",
"lambda:InvokeAsync"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "ssm:GetParameter",
"Resource": "arn:aws:ssm:*:123456789012:parameter/rolearnlist"
}
]
}
@it-am
Copy link
Author

it-am commented Oct 21, 2018

medium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment