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
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
541 results
whenever a resources is created or deleted it will invoke my lambda.
using event bridge.
Q1. Is it possible to create an event bridge rule without creating a cloud trail as it will incur some cost for...
I undersand that event bridge is event based routing and amazon kinesis data firehose is data streaming service. In some cases I feel both services overlap and I'm not sure which one to use when....
Testing for directory service
whenever resource is created or deleted it will invoke my lambda.
my eventbridge rule is:
{
"source": ["aws.lambda", "aws.events", "aws.cloudfront", "aws.s3",...
All my events reach the API Destination endpoint without any issues but at the same time, they are considered as failed and sent to the Dead Letter Queue with the error:
*Unable to invoke...
Hi,
I have schedules in EventBridge and not rules. I have to change a step-function for all the schedules at once but i have not be successful to list the schedules, can you please suggest
Hello,
Please Is there a way to detect changes in my GitHub repository (set up using CloudFormation) using only AWS services, excluding CodePipeline, and without relying on GitHub services like...
I am setting up my EventBridge in two regions that will get **PutObject** events from S3buckets in either region both of which have CrossRegionReplication setup with each other
However, I want only...
Hi everyone, I need assistance with something I cannot figure out how to troubleshoot. For context I have a single EC2 instance that I want to automatically start M-F @ 8AM EST. Using this...
Hi Team,
I am trying to run SQL statements in Redshift by triggering using EventBridge on S3 file arrival. I am able to run SQLs using Data API but how ever I want to pass the event details to...
Hi,
I've been needing to pass in a variable to CodePipeline when my EventBridge rule picks up when a specific tag is pushed in my CodeCommit repo. My EventBridge event pattern is below
```
{
...
I am attempting to invoke an external API via Step functions that requires authorization in the form of:
```
-H "Authorization: Bearer <TOKEN_HERE>"
```
I have attempted a variety of combinations in...
I'm unable to understand https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-monitoring.html .