openapi: "3.0.1" info: title: "HTTP API to EventBridge integration" paths: /webhook: post: responses: default: description: "EventBridge response" x-amazon-apigateway-integration: integrationSubtype: "EventBridge-PutEvents" credentials: Fn::GetAtt: [MyHttpApiRole, Arn] requestParameters: Detail: "$request.body.Detail" DetailType: MyDetailType Source: myWebhook payloadFormatVersion: "1.0" type: "aws_proxy" connectionType: "INTERNET" x-amazon-apigateway-importexport-version: "1.0"