Skip to content

Commit 958d03e

Browse files
committed
feat(apigatewayv2-integrations): add PutEvents support for EventBridge integration
1 parent fadec12 commit 958d03e

File tree

1 file changed

+1
-1
lines changed
  • packages/aws-cdk-lib/aws-apigatewayv2-integrations/lib/http

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-apigatewayv2-integrations/lib/http/eventbridge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface HttpEventBridgeIntegrationProps {
1313
*
1414
* When not provided, a default mapping will be used that expects the
1515
* incoming request body to contain the fields `Detail`, `DetailType`, and
16-
* `Source`.
16+
* `Source`.
1717
*
1818
* @see https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html
1919
* @see https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services-reference.html

0 commit comments

Comments
 (0)