Skip to content

Instantly share code, notes, and snippets.

@paulgear
Created January 20, 2022 03:43
Show Gist options
  • Save paulgear/df549ef38cedc9d6238bd74c1eaaa3b9 to your computer and use it in GitHub Desktop.
Save paulgear/df549ef38cedc9d6238bd74c1eaaa3b9 to your computer and use it in GitHub Desktop.
Example for aws_api_gateway_rest_api bug
{
"Version" : "2012-10-17",
"Statement" : [
{
"Effect" : "Allow",
"Principal" : "*",
"Action" : "execute-api:Invoke",
"Resource" : "execute-api:/*/*/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment