openapi: "3.0.1" info: title: "Http Api" version: "2023-06-25 17:32:29UTC" paths: /submit: post: responses: default: description: "Response for POST /" x-amazon-apigateway-integration: type: "aws_proxy" integrationSubtype: "SQS-SendMessage" credentials: Fn::GetAtt: [ApiGatewayRole, Arn] connectionType: "INTERNET" payloadFormatVersion: "1.0" requestParameters: MessageBody: "$request.body" QueueUrl: Ref: BufferingQueue x-amazon-apigateway-cors: allowMethods: - "*" maxAge: 0 allowCredentials: false allowOrigins: - "*" x-amazon-apigateway-importexport-version: "1.0"