Cherny

Results 2 comments of Cherny

an example for shared API Gateways: ``` resources: Resources: 4XXGatewayResponse: Type: "AWS::ApiGateway::GatewayResponse" Properties: ResponseParameters: gatewayresponse.header.Access-Control-Allow-Origin: "'*'" gatewayresponse.header.Access-Control-Allow-Headers: "'*'" ResponseType: DEFAULT_4XX RestApiId: a1b2c3d4e5 ```