eventing icon indicating copy to clipboard operation
eventing copied to clipboard

AWS EventBridge Sink

Open matzew opened this issue 4 months ago • 6 comments

Adding new sink type for AWS Event Bridge

Usage like:

---
apiVersion: sinks.knative.dev/v1alpha1
kind: IntegrationSink
metadata:
  name: eventbridge-sink
  namespace: knative-samples
spec:
  aws:
    eventbridge:
      arn: "arn:aws:events:my-region:...../my-event-bus"
      detailType: "Object created"
      eventSource: "curl.aws"
      region: "my-region"
    auth:
      secret:
        ref:
          name: "my-secret"
---
Adding new sink type for AWS Event Bridge

Docs

matzew avatar Aug 27 '25 12:08 matzew

Codecov Report

:x: Patch coverage is 50.00000% with 11 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 50.59%. Comparing base (427c91a) to head (899c737). :warning: Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
...iler/integration/sink/resources/container_image.go 0.00% 11 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8688      +/-   ##
==========================================
- Coverage   50.60%   50.59%   -0.02%     
==========================================
  Files         409      409              
  Lines       26707    26728      +21     
==========================================
+ Hits        13516    13522       +6     
- Misses      12338    12354      +16     
+ Partials      853      852       -1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Sep 01 '25 10:09 codecov[bot]

/test reconciler-tests

matzew avatar Sep 01 '25 13:09 matzew

@christophd what is actually the diff between those:

https://github.com/knative-extensions/eventing-integrations/blob/main/aws-eventbridge-sink/properties.yaml#L9-L17

matzew avatar Oct 21 '25 07:10 matzew

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Cali0707, matzew

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • ~~OWNERS~~ [Cali0707,matzew]

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

knative-prow[bot] avatar Nov 05 '25 15:11 knative-prow[bot]

/test reconciler-tests

Cali0707 avatar Nov 05 '25 16:11 Cali0707

@matzew: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
reconciler-tests_eventing_main 899c73776ab0b9216c516f8d31a07f8213330c7e link unknown /test reconciler-tests

Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

knative-prow[bot] avatar Nov 05 '25 17:11 knative-prow[bot]