For questions about Amazon EventBridge. Amazon EventBridge is a serverless event bus service, formerly called Amazon CloudWatch Events. when using this tag include the more generic [amazon-web-services] tag where possible.
Questions tagged [aws-event-bridge]
694 questions
4
votes
1 answer
AWS EventBridge: Get branch name and last commit author for AWS CodeBuild event rule
We're using CodeBuild and have implemented our own email build notification system (as seems to be required currently).
We use the same CodeBuild project to build all of our branches for the same Bitbucket repository and we use an EventBridge rule…

bemo
- 400
- 3
- 11
4
votes
0 answers
how to use AWS Eventbridge Schema Registry code binding typescript Marshaller?
I am new to eventbridge schema registry and typescript. After I set a registry and schema in aws console, and download the code bindings. I am wondering how to use this Marshaller class? I know checking schema basically is to encode and decode data,…

Will Zefeng Qiu
- 41
- 1
4
votes
2 answers
How to pass current date in constant(json text) in aws eventbridge while calling lambda
I have created a event bridge rule which is scheduled to trigger lambda with the following json input. but in the date value I want to pass the current date(sys date) dynamically everytime the schedule is triggered.
{"date": "2019-08-12"}

Kavi
- 41
- 1
- 2
4
votes
1 answer
How to trigger AWS lambda functions manually which is already scheduled using event bridge rules
I am using event bridge to trigger a lambda function at 8 everyday to perform some ETL operations.
At times i receive requests to trigger the lambda manually ondemand. How can i achieve that using the same lambda function.

Villa
- 126
- 2
- 9
4
votes
1 answer
AWS SageMaker Pipelines not being triggered by EventBridge
I've created a new SageMaker pipeline using AWS Python SDK, and everything is working fine, I can trigger my pipeline and it works perfectly using the SDK with these simples commands:
pipeline.upsert(role_arn=get_execution_role())
execution =…

Alvaro Leandro Cavalcante
- 140
- 1
- 11
4
votes
1 answer
How to send event from EventBridge to Lambda
I want the Lambda function to be triggered every 10 minutes and the function to receive an event in the form of JSON from EventBridge. The event will contain a Document ID which will be used in the Lambda code. Currently, the EventBridge does not…

user18333852
- 45
- 1
- 1
- 6
4
votes
1 answer
How can I filter by Fargate service in event bridge pattern?
I have an Eventbridge rule which trigger a lambda function every time a task crashed in the cluster PRODUCTION.
The issue is that I want to monitor only tasks running in the specific service backendPRODUCTION.
I didn't find any template specifying…

Howins
- 487
- 1
- 6
- 18
4
votes
3 answers
Eventbridge - Use FIFO SQS for deduplication
I need some events to be delivered exactly once, but I have no control of the message processor (so I can‘t make the recipient idempotent).
Is it possible to route events from Eventbridge to a FIFO SQS for deduplication and from the FIFO sqs to the…

florian norbert bepunkt
- 2,099
- 1
- 21
- 32
4
votes
1 answer
Read event data from AWS Eventbridge Archive
I'm looking for options for our eventsourcing solution. I received recommendations to use Eventbridge Archive since we are already using AWS Eventbridge.
For what I found about the Archive feature, it can store all the events that we send to the…

Raul
- 167
- 9
4
votes
2 answers
How to configure eventbridge rule in serverless.yml (using serverless framework ) to invoke lambda on specific time
We have already python lambda function running with AWS eventbridge which was configured manually using console to trigger lambda on 9 PM everyday. Currently, we also have rule arn for eventbridge.
Plan:
So, We are migrating everything to serverless…

Mase456
- 100
- 1
- 7
4
votes
0 answers
Can 'codestar connections used' trigger aws event bridge?
Although AWS considers using git webhooks to be antiquated practice, the documentation on aws codestar connections seems to be a bit scarce. I want to create a generic pipeline that can be triggered when a new repository is committed to for the…

Cognitiaclaeves
- 808
- 10
- 16
4
votes
1 answer
How to propogate tags to an ECS Task launched from an EventBridge Target?
I have a EventBridge (previously CloudWatch Events) Rule and Target that are used to launch ECS Tasks on a schedule (cron). I would like to apply some tags to the Task.
I tried including tags in RegisterTaskDefinition, but this did not result in any…

yonran
- 18,156
- 8
- 72
- 97
4
votes
2 answers
AWS Cloudwatch (EventBridge) Event Rule for AWS Batch with Environment Variables
I have created a Cloudwatch Event (EventBridge) Rule that triggers an AWS Batch Job and I want to specify an environment variable and parameters. I'm trying to do so with the following Configured Input (Constant [JSON text]), but when the job is…

P Walker
- 532
- 5
- 15
4
votes
1 answer
Is it possible to match this event with an AWS EventBridge pattern?
I'm trying to create an EventBridge Event Pattern that matches a CodeBuild state change only when a specific string is present in "phase-context" of one of the objects within the "phases" array.
I've been unable to find an example of how to match a…

newprogrammer
- 600
- 10
- 22
4
votes
1 answer
What is the low latency event sourcing service in AWS?
I am using EventBridge as event bus in our application. Based on its doc: https://aws.amazon.com/eventbridge/faqs/, the latency between sending and receiving an event is half second which is unacceptable in my application.
I am thinking about other…

Joey Yi Zhao
- 37,514
- 71
- 268
- 523