Questions tagged with Amazon EventBridge
serverless event bus service that you can use to connect your applications with data from a variety of sources
Content language: English
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
628 results
I set up a event bridge rule like:
{
"source": ["aws.s3"],
"detail-type": ["Object Created"],
"detail": {
"bucket": {
"name": ["dev-iamcsi-datalake-bronze"]
},
"object": {
...
Accepted AnswerAmazon EventBridge
2
answers
0
votes
78
views
asked a month ago
I want to Trigger a lambda Function when my Zero-ETL Salesforce integration complete for all objects. This lambda function will trigger a dbt workflow in github that will use the synced data in Snowfl...
1
answers
0
votes
62
views
asked 2 months ago
I am seeing what appears to be a change in the Amazon Inspector2 EventBridge payload for enhanced ECR image scan completion events.
We have an EventBridge rule that listens for Inspector2 scan comple...
1
answers
0
votes
94
views
asked 2 months ago
We have a set up where EventBridge schedules trigger a lambda,
we are trying to validate if the schedules are working fine, during the process we have observed that the InvocationAttemptCount in sched...
1
answers
0
votes
67
views
asked 3 months ago
Hi everyone,
I have two questions related to ConsoleLogin events and EventBridge that I haven't been able to fully understand.
**1. Custom CloudTrail trail requirement for ConsoleLogin events**
I'v...
1
answers
0
votes
81
views
asked 5 months ago
Does EventBridge support HTTP API GW endpoint as a target? I've tried to add the endpoint as a target with $default stage and with 'dev' stage, but in both cases received 'Got status code "404" while ...
3
answers
0
votes
114
views
asked 5 months ago
I'm trying to create EventBridge rules to make real-time alerts based on data from the Greengrass Telemetry Emitter Component. I have created IoT rules to adjust the message to an object with fields ...
2
answers
0
votes
87
views
asked 6 months ago
I am working on integrating a SaaS product with AWS Marketplace. I am working with the EventBridge events from the `aws.agreement-marketplace` source rather than the SNS notifications to monitor the u...
1
answers
0
votes
92
views
asked 6 months ago
I am trying to ingest video into MediaPackage that was encoded by Vantage, but the Egress endpoints always end with a status of "Failed". If I ingest that same media through AWS Elemental MediaConvert...
3
answers
0
votes
92
views
asked 6 months ago
I'm creating a event bridge for my lambda trigger using terraform but the event bridge trigger is creating more than one hour what may be the reason for this I'm running this in GitHub runner
2
answers
0
votes
146
views
asked 8 months ago
I'm trying to configure the default event bus to allow vended log delivery.
The "[Configuring logs for Amazon EventBridge event buses](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-even...
2
answers
0
votes
239
views
asked 8 months ago
Hello,
We are using AWS event bridge to receive stripe webhook before relaying them to an api destination.
Under load, we can see a lots of of event from the bridge failing to be delivered with the f...
5
answers
1
votes
240
views
asked 9 months ago