Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ccortezb/973401e4d2924e5529b91b51e6505d17 to your computer and use it in GitHub Desktop.

Select an option

Save ccortezb/973401e4d2924e5529b91b51e6505d17 to your computer and use it in GitHub Desktop.
IAM Role Trust Relationship para crear dynamodb tables
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Service": "lambda.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment