Skip to content

Instantly share code, notes, and snippets.

@gittimos
Last active February 9, 2017 09:14
Show Gist options
  • Save gittimos/d02dbbfd6d926b4747f7d579b0fd8b07 to your computer and use it in GitHub Desktop.
Save gittimos/d02dbbfd6d926b4747f7d579b0fd8b07 to your computer and use it in GitHub Desktop.
Custom policy for using the AWS Lex API
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"lambda:InvokeFunction",
"polly:SynthesizeSpeech",
"lex:*"
],
"Effect": "Allow",
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment