AWS EventBridge Sink
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
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.
/test reconciler-tests
@christophd what is actually the diff between those:
https://github.com/knative-extensions/eventing-integrations/blob/main/aws-eventbridge-sink/properties.yaml#L9-L17
[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
- ~~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
/test reconciler-tests
@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 |
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.