michal1106

Results 2 comments of michal1106

similar in our case - everything works fine when in CloudFormation the **ApiGatewayRestApi** is on UPDATE_IN_PROGRESS but when **ApiGatewayRestApi** starts with DELETE_IN_PROGRESS, **we get CREATE_FAILED and our CloudFormation fails and...

to fix images I found that binaryMediaTypes need to be set with `*/*` and this can be achieved in serverless by adding ``` #provider.apiGateway.binaryMediaTypes provider: apiGateway: binaryMediaTypes: "*/*" ``` understood...