Stay up to date with the latest from the Knowledge Center. See all new and updated Knowledge Center articles published in the last month and re:Post’s top contributors.
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 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
572 results
What's the most streamlined way to download events from EventBridge into a docker image to drive automated testing e.g. via LocalStack or other custom testing/validation processes?
I'd like past even...
Hello Team,
We have done the necessary configuration on eventbridge rule to invoke a private API EndPoint, but still the API endpoint invocation is failing. Any assistance highly appreciated.
Hello, could someone explain to me why the same **CloudTrail event** is triggering a Lambda function multiple times (using an EventBridge rule)? The curious thing is that it doesn't always happen; som...
Hi community,
I was trying to send Route53 Logs for console and programmatic access to S3 bucket. I have created an EventBridge rule with the following event pattern:
```
{
"source": ["aws.route53"]...
I automated the daily snapshot creation using Amazon DLM. I wanted to assign a custom name and description for the newly created snapshots via a Lambda function. I tried in many ways (CloudTrail, Clou...
I have a task where in my architecture I need to replace SQS with Event Bridge. I mainly use SQS for batching purpose. I want to trigger lambda whenever I achieve a batch of let's say 30 files. For pa...
I made this setting Eventbridge -> Lambda -> SNS for any changes to SSO(when creating/deleting users).
I do receive emails when I delete SSO users, but I do not receive when creating.
I checked Clou...
I'm baffled, and out of ideas. I have an internal API Gateway that has a direct integration with StepFunctions. It has been working great -- until I started sending requests to it via EventBridge wh...
I'd like to use Eventbridge with a rule targeting a cross-account event bus, in order to share domain events from a service running in one account and allow them to be consumed by services operating i...
"The request failed because endpoint redirection messages are not allowed."
Did a Google and have found no reported cases of this error or an actual explanation of what it means. Xero supports OAuth2...
I need to create an EventBridge Scheduler rule with the following schedule using cron expressions:
Runs every 10 minutes between 02:00 AM and 02:59 AM UK time (cron(???)).
Runs every 5 minutes for th...
My use-case is to call EKS RunJob from StepFunction workflow. I'm able to create an integration between StepFunction and EKS cluster with any access when the EKS Cluster API endpoint access is set to ...