Resources: testWsApiBackendWsApi40DF2EE8: Type: AWS::ApiGatewayV2::Api Properties: Name: testWsApi ProtocolType: WEBSOCKET RouteSelectionExpression: $request.body.action testWsApiApiDeployment423ACBB9: Type: AWS::ApiGatewayV2::Deployment Properties: ApiId: Fn::GetAtt: - tes...
I've got API Gateway setup to point to a lambda function, setup as aaws_proxy. I can GET, POST, DELETE just fine, but I'm trying to add a PUT and I gettingMethod PUT is not allowed by Access-Control-Allow-Methods in preflight response. ...