Questions tagged [aws-event-bridge]

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.

694 questions
0
votes
2 answers

NestJs Eventbridge Lambda function

I have a system writed in using NestJs and serverless framework were each endpoint is a lambda function on aws. One of the functions is not an endpoint, but a trigger from AWS eventbridge. As this function is not an endpoint it cannot be included on…
0
votes
1 answer

EventBridge deletion or EventBridge rule deletion/disable

I have some EventBridge (scheduled trigger) that trigger some lambda and I would like to remove the triggers only. It seems to me that there are several options: A. To delete the EventBridge B. Go to the rules under the EventBridge and delete the…
xcoder
  • 1,336
  • 2
  • 17
  • 44
0
votes
1 answer

How to retrieve EventDetails in EventBridge?

Using AWS .NET SDK, I tried to put event with EventBridge and then track it with CloudWatch. How I put event: using (var eventClient = new AmazonEventBridgeClient(credentials, RegionEndpoint.USEast1)) { PutEventsResponse…
Dragon4ik
  • 73
  • 1
  • 7
0
votes
1 answer

Why does this AWS Lambda function keep looping from this EventBridge rule for AWS ECS?

I have an EventBridge rule where it invokes a Lambda function (target) when one of the ECS Tasks starts (status: RUNNING). The Lambda function does something then at the end it is supposed to stop the ECS Task. I have the following EventBridge…
0
votes
2 answers

AWS invoke cross account lambda via Cloudwatch Event Bus

I have a AWS lambda function deployed in multiple accounts. I'm looking for a way to schedule to trigger these lambda function from master account via Cloudwatch Event Bus. Is this possible?
0
votes
0 answers

Did AWS deprecate an IAM condition with no warning?

We heavily rely on AWS EventBridge in our (cross-accounts) organization to connect pieces of our infrastructure, we recently noticed that our events were not being shared across accounts starting on Tuesday's 6th of April. After troubleshooting this…
JBernales
  • 129
  • 1
  • 5
0
votes
1 answer

Amazon EventBridge - how to measure non matched event?

As I understand all unmatched events in Amazon EventBridge will expire after 24 hours. So how can we count them to make sure that my events are not lost and all matched For example if producer changes schema and it stops matching rule pattern as a…
maxx
  • 575
  • 1
  • 6
  • 12
0
votes
2 answers

AWS Eventbridge Event not triggering Lambda function

I have implemented a basic combination of an AWS Eventbridge rule and a Lambda function as its target. The rule is suppose to create an event based on all AWS AutoScaling events and invoke the Lambda. This works well when triggering a scaling action…
0
votes
2 answers

Triggering AWS codepipeline with regex matching tag push to codecommit

I am trying to trigger the code pipeline from Amazon EventBridge when a tag push is made into codecommit. what I am trying to achieve is git tag v0.0.0-dev >> triggering development event rule and running development pipeline git tag…
0
votes
0 answers

Event-driven architecture design problem with Eventbridge and cross-stack references?

I have a question that I have been thinking about for the last few days. This is the diagram of a part of the architecture I am concerned about the scalability and maintainability of this approach. We are discovering the first problems that are…
0
votes
1 answer

Is there a way to customized a state machine execution name?

By default each AWS Step Function execution name is randomly generated. I would like to add a prefix to each randomly generated name. I couldn't find a way to do this anywhere in the documentation. The way I would envision doing this is in the…
0
votes
2 answers

Can a AWS Lambda function deployed in one region receive ECR EventBridge from another region?

I had successfully deployed an AWS Lambda function to receive Image Scan events from AWS ECR. The region I was using was ap-southeast-1. However, I had noticed that the Lambda function could not receive events from AWS ECR from another region (i.e…
Genzer
  • 2,921
  • 2
  • 25
  • 38
0
votes
1 answer

Programmatically edit the AWS event scheduler duration

Can we edit the AWS event scheduler rule to change the duration via program, script or lambda?
ANK
  • 537
  • 7
  • 12
0
votes
1 answer

Scope of CloudWatch event rule for AWS Health

I want to grab all the events for AWS Health with CloudWatch event rule that targets SNS topic. Personal Health Dashboard (AWS Health) operates on global scope but CloudWatch event rule is set on particular region eg. eu-central-1. The question here…
0
votes
1 answer

Connect custom cloudtrail with custom eventbus?

Quick question. I was trying to create custom cloud-trail for one s3 bucket. Create custom event bus in Eventbridge, so that I can map rules to this particular s3 events only. Basiaclly I am trying to feed portion of my events related to particular…
mAm
  • 177
  • 1
  • 13