Skip to content

Instantly share code, notes, and snippets.

@awswithdotnet
Last active April 26, 2022 20:06
Embed
What would you like to do?
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