All Content 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
615 results
So I'm logged into the console as a root user, and I can't remove an EventBridge trigger I added as a root user:
> Unable to determine service/operation name to be authorized
Well, I'm kinda root, I...
Hi,
I have two AWS account named A and B.
I want to create EventBridge rule on A that will run Lambda/Step Function on B, and on runtime I don't have access to B, only to A.
The problem with lambda ...
Hi there,
For demonstration puproses I've made a typo in the file Input of my job.
Expecting my https webhook to be triggered with a Error status.
But now it seems error statusses are not being trigge...
Hello!
I have a setup with an AmazonMq broker and 2 lambda functions that have similar configuration and access, one for producing messages (Producer) and the other to consume them (Worker).
My produ...
Here's my usecase:
I have two AWS batch jobs: A & B
What I would like to do is when batch job A completes successfully, it then triggers Step Function B to start execution every 1 minute until midnig...
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...