Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Action": [
  6. "lambda:InvokeFunction",
  7. "polly:SynthesizeSpeech"
  8. ],
  9. "Effect": "Allow",
  10. "Resource": "*"
  11. }
  12. ]
  13. }
  14.  
  15. {
  16. "Version": "2012-10-17",
  17. "Statement": [
  18. {
  19. "Effect": "Allow",
  20. "Principal": {
  21. "Service": "lex.amazonaws.com"
  22. },
  23. "Action": "sts:AssumeRole"
  24. }
  25. ]
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement