Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(kinesisfirehose): add HTTP Endpoint and Datadog destination #33657

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fix: another typo
  • Loading branch information
Benjamin Pottier authored and Benjamin Pottier committed Mar 5, 2025
commit 17430c72d49da06f869f896f4420ff6b77918799
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-kinesisfirehose/README.md
Original file line number Diff line number Diff line change
@@ -90,7 +90,7 @@ for the implementations of these destinations.
Defining a delivery stream with an HTTP destination:

```ts
declare const endpointConfig: firehose.HTTPEndpointConifg;
declare const endpointConfig: firehose.HTTPEndpointConfig;
const httpDestination = new firehose.HTTPEndpoint({
endpointConfig,
});