Results 2 comments of Kenny

I added `apigateway.UpdateRestApiPolicy` to https://github.com/Miserlou/Zappa/issues/244#issuecomment-536315403 list - This is required when performing an lambda update with API Gateway attached. ``` { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [...

I ran into this yesterday, and it was a permission issue with my deployment credentials, and fixed by making sure all required permissions are granted to the Zappa deployer role:...