Skip to content

Instantly share code, notes, and snippets.

@allansene
Created September 12, 2018 20:08
Show Gist options
  • Select an option

  • Save allansene/12b8c83c7375f125e613dac1fb08c2c7 to your computer and use it in GitHub Desktop.

Select an option

Save allansene/12b8c83c7375f125e613dac1fb08c2c7 to your computer and use it in GitHub Desktop.
Policy para execução da Lambda e logs no CloudWatch
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents"
],
"Resource": "arn:aws:logs:*:*:*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment