Skip to main content
The 2024 Developer Survey results are live! See the results

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.

aws-event-bridge
0 votes
1 answer
9 views

AWS EventBridge Pipeline - Self Managed Kafka filter not working

I have event coming from self-managed kafka in following format: { "topic":"aaa", "partition":16, "offset":108687, "timestamp":1721654305109, ...
kkleczek's user avatar
0 votes
0 answers
8 views

Getting "Event destination is not provided." error when using EventBridgeDestination as Event destination AWS PHP SDK

In my PHP Laravel web app I am using AWS PHP SDK and I want to use the createConfigurationSetEventDestination method of the SesV2Client class. When I execute this method by passing the proper ...
Furkan's user avatar
  • 19
-1 votes
0 answers
30 views

How to send thousands of events, per second; with EventBridge?

I am new to Streaming, and would like to stress test the capacities of Kinesis and firehose, using EventBridge as the producer for the Kinesis Stream. However, the following: for (int i = 0; i<...
Wolfeius's user avatar
  • 331
0 votes
1 answer
16 views

EventBridge Rule does not work when created via Pulumi

I need to create EventBridge Rule detecting stopped ECS Task and sending info to SNS Topic. When I create the Rule manually, it works When I create the same rule via Pulumi, it does not work - it ...
mitroo's user avatar
  • 614
1 vote
1 answer
20 views

Amazon ECS service deployment state change events is not created nor sent to event bridge

When i deploy ecs service none of the Amazon ECS service deployment state change events are called event bridge does not receive any events for this rule: { "source": [ "aws.ecs" ],...
Rofler's user avatar
  • 25
0 votes
1 answer
21 views

Unable to connect 2 lambdas with event bridge

I'm trying to connect 2 lambdas with event bridge. One lambda should send an event, and EB should trigger another lambda. Here's receiving lambda yaml functions: onTransactionPublished: handler: ...
Dusan Milosevic's user avatar
1 vote
0 answers
18 views

Aws run lambda when task is healthy

I want my lambda to run once when the ecs task becomes healthy (the essential container becomes healthy). In my lambda i need to get the essential container ip and port and send a request to it, after ...
Rofler's user avatar
  • 25
0 votes
0 answers
18 views

AWS - Collect events globally via CloudTrail

I have a CloudTrail trail setup - it is multi-regional, and it writes logs to the bucket licated within the same region (trail is in us-east-1, and cloudtrail bucket is in us-east-1, too) I did setup ...
Elizaveta's user avatar
  • 103
0 votes
1 answer
25 views

I don't get a notification for compliance change status from aws config

I have tried to to code via cdk an email notification if compliance status of managed rule "maxAccessKeyAge" is non_compliant. I have followed this guide: https://repost.aws/knowledge-center/...
ve05ribu's user avatar
0 votes
1 answer
19 views

Avoid Adding a Resource Policy to Lambda While Creating EventBridge Rule Using CDK

Problem Statement: I want to create n numbers of EventBridge Rules where the target resource is a Lambda using CDK. While creating the Rule, EventBridge automatically creates a resource policy for ...
Piyush Pranjal's user avatar
0 votes
0 answers
39 views

Error in getting data from EventBridgeEvent

I have step function with lambda_1 as starting point. This step function is going to be triggered when object is added to S3. I am getting the event and trying to fetch objectKey and bucket from that ...
Sara N's user avatar
  • 1,109
0 votes
1 answer
89 views

Creating a schedule expression for eventbridge using terraform

I am creating resources on AWS using TF and running into an error while trying to create an event bridge scheduler. Based on TF documentation itself, schedule_expression = "rate(1 hours)" ...
Abby's user avatar
  • 77
0 votes
1 answer
29 views

Issue with AWS Lambda and EventBridge - Schedule not working as expected

I am facing an issue while configuring AWS Lambda with EventBridge. I set up the scheduling, but when I create the schedule, it gets executed immediately upon creation and does not follow the intended ...
Misael Miranda's user avatar
0 votes
0 answers
18 views

S3 Cross Region Replication - Filter in EventBridge?

Context: I have S3 buckets setup in us-east-1 & us-west-1 regions -> both buckets fire Event Notifications on receipt of an PutObject event and these events are captured by an EventBridge rule ...
SpaceMan Spiff's user avatar
0 votes
0 answers
19 views

EventBridge listen to multiple s3 buckets

Below is fragment of eventBridge.tf which is configuring event bridge to notify my service about object addition: ... rules = { s3ObjCreatedEvents = { description = "Capture S3 ...
Ivan Karotki's user avatar

15 30 50 per page
1
2 3 4 5
55