Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save immanuelpotter/a63396f9e49168746a132f5965f25b10 to your computer and use it in GitHub Desktop.
Save immanuelpotter/a63396f9e49168746a132f5965f25b10 to your computer and use it in GitHub Desktop.
lambda-function-urls
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Deny",
"Action": [
"lambda:CreateFunctionUrlConfig",
"lambda:UpdateFunctionUrlConfig"
],
"Resource": "arn:aws:lambda:*:*:function:*",
"Condition": {
"StringNotEquals": {
"lambda:FunctionUrlAuthType": "AWS_IAM"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment