Skip to content

Instantly share code, notes, and snippets.

@awswithdotnet
Last active April 26, 2022 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awswithdotnet/62187a6ec380c905b9a27da4c54becc3 to your computer and use it in GitHub Desktop.
Save awswithdotnet/62187a6ec380c905b9a27da4c54becc3 to your computer and use it in GitHub Desktop.
Lambda with URL Assume Policy
{
"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