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

Conversation

benjaminpottier
Copy link

@benjaminpottier benjaminpottier commented Mar 1, 2025

Issue # (if applicable)

Closes #20354 and #15502

Reason for this change

Adding support for HTTP destinations and adding Datadog as an opinionated third-party destination.

Description of changes

Adds support for using Datadog as a delivery destination for Amazon Data Firehose using an L2 HTTP endpoint destination.

Describe any new or updated permissions being added

Nothing.

Description of how you validated changes

Added unit tests. Have not yet added integration tests.

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@github-actions github-actions bot added effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2 beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK labels Mar 1, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team March 1, 2025 00:03
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(This review is outdated)

@benjaminpottier benjaminpottier changed the title feat(aws-kinesisfirehose): add Datadog destination feat(kinesisfirehose): add Datadog destination Mar 1, 2025
@benjaminpottier
Copy link
Author

This is my first time creating a pull request for this project so any feedback is appreciated. I'm still figuring out the integration tests and have left this in draft while I work on it.

@aws-cdk-automation aws-cdk-automation dismissed their stale review March 1, 2025 10:46

✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.

@benjaminpottier
Copy link
Author

Seemed fairly obvious after a while that an L2 for an HTTP destination should come first. Not sure if this would be the right approach to reuse it for Datadog.

@benjaminpottier benjaminpottier changed the title feat(kinesisfirehose): add Datadog destination feat(kinesisfirehose): add HTTP Endpoint and Datadog destination Mar 3, 2025
@benjaminpottier benjaminpottier marked this pull request as ready for review March 4, 2025 16:23
@benjaminpottier benjaminpottier force-pushed the aws-kinesisfirehose-datadog-destination branch from a5f07dc to fb42a8d Compare March 5, 2025 10:49
@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Mar 5, 2025
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 846759d
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2 pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aws-kinesisfirehose-destinations: add datadog destination in cdk similar to console
2 participants