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.
540 results
Is it the best method?
1. Could you please confirm if using EventBridge, CloudTrail, and Lambda to track resource creation and deletion across 7 regions, and then updating an inventory Excel sheet,...
Why isn't my EventBridge rule working in regions other than the one where I created it?
I want to create schedule programatically to trigger lambda function at newScheduledTimeISO
Here is code that I use (it doesn't work as I want)
```ts
"use server"
import { CreateScheduleCommand }...
Hi, I am new to AWS and I have been asked to evaluate the replacement of our ESB (service bus) and use native AWS services, our main data source is SAP ERP on Premise (financial/accounting), is this...
I want to trigger a Lambda function whenever a user deactivates their MFA. To achieve this, I've set up an AWS CloudFormation template that creates a CloudTrail trail and an EventBridge...
Hello,
I am trying to get this eventname/api call from Cloudtrail or eventbride so it can trigger a Lambda but I cannot trigger the event bridge it only shows SearchProfile but no ProfileID or key...
I am creating a lambda that can get notified when there was an update on the connect customer profile.
I tried to create a event bridge to get the api call which I was checking on the cloud trail but...
I have a codepipeline with with source as ECR. I have specified a pipeline variable and I want to trigger the pipeline using Eventbridge by supplying this variable dynamically from the event (assume...
I have an EventBridge rule that triggers when a new file is added to an S3 bucket with the EventBridge target being a glue workflow. Now I want to pass event data from EventBridge to my glue workflow...
I am encountering an error when attempting to invoke an API Gateway endpoint from Amazon EventBridge. Despite configuring the IAM policy and resource policy for API Gateway correctly, I am still...
I have an event bus that I created through boto3.
Now, this event bus needs to get information from a mongodb trigger...
I have 30 Linux on-demand servers. We only use these server during core business hours (8 to 6 pm). I created Lambda functions to start & stop and configured event bridge rule. We have automated OS...