Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
54 views

What I am trying to achieve is to trigger specific actions within my AWS Account when specific IAM actions are performed. This appeared to be much more complicated than I expected, so I wanted to ...
DevelJoe's user avatar
  • 1,552
0 votes
0 answers
46 views

My input to API Gateway looks like this: { "detail": { "stuff": "goeshere" }, "detail-type": "ApiGatewayTest", "source&...
Jesse Barnum's user avatar
  • 6,935
0 votes
0 answers
51 views

As the title says, I'm encountering this error when running in SLS Offline. I just want to confirm if EventBridge Scheduler really isn't supported by SLS Offline? resources.ts export const resources = ...
EJCris's user avatar
  • 1
0 votes
0 answers
87 views

I want to run an ECS Task on Fargate every time an AWS SES event has happened. I am able to run a Lambda function and the lambda function receives the event, but based on the documentation, as I ...
Alessandro's user avatar
0 votes
1 answer
86 views

I am trying to trigger an SFN using SQS + Pipes, and I wanted to know if it's possible to configure the name of the SFN execution based on the payload. Example: If the event is as follows: {"...
some_programmer's user avatar
0 votes
1 answer
93 views

I'm using the Amazon EventBridge Sink Connector for Kafka Connect to send messages from a Kafka topic into EventBridge. The source message in my Kafka topic looks like this: { "headers": { ...
Ekele James's user avatar
0 votes
0 answers
42 views

When I generate schema for an AWS EventBridge event, I get something like the following. Now, what's passed to my lambda isn't an instance of this class. It's an instance of a struct that uses the '...
bmargulies's user avatar
  • 101k
0 votes
0 answers
19 views

I want to trigger a lambda on SFTPConnectorDirectoryListingCompleted coming from aws.transfer. The doc claims that Transfer will deliver events to the default bus. However, from the console, I cannot ...
bmargulies's user avatar
  • 101k
2 votes
1 answer
107 views

I'm using AWS DMS to migrate data from several sources into Redshift. For each replication task, I want to trigger a Lambda function when the full load finishes. Currently, I'm creating a separate AWS:...
Ilia's user avatar
  • 367
0 votes
1 answer
94 views

I'm currently using AWS EventBridge Scheduler to trigger 44 schedules per minute, all pointing to a single AWS Lambda function. AWS automatically handles the execution, and I typically see 7–9 ...
Aakash Jha's user avatar
1 vote
1 answer
306 views

I have two AWS accounts named A and B. I want to create an 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 ...
I.H's user avatar
  • 11
0 votes
0 answers
30 views

How do I write an EventBridge rule that matches any event EXCEPT where the source is "com.prosc.store" and the detail-type is "Login"? Assume that there are too many unknown event ...
Jesse Barnum's user avatar
  • 6,935
0 votes
0 answers
130 views

I am totally at a loss trying to figure out a seemingly simple thing and all searches are taking me in different directions, except offering the clear solution. I have a python application (not flask/...
King Bob's user avatar
1 vote
1 answer
141 views

I’m facing an issue with a webhook system built using AWS SQS FIFO queues, EventBridge Pipes, Step Functions, and Lambda. Here’s the setup: • SQS FIFO Queue: • Receives webhook messages containing ...
Junsu's user avatar
  • 51
0 votes
0 answers
28 views

When triggering an AWS Glue job through EventBridge and passing input arguments (e.g., --fname, --lname), the Lambda function triggered by the Glue job state change event does not receive or display ...
BABY TEJASWI PANJA's user avatar
0 votes
1 answer
172 views

I'm trying to send EventBridge events to the Event bus of our backup account, but the bus isn't receiving the events. I've been following this blog post, and translated the example given into ...
Kamelon's user avatar
0 votes
1 answer
244 views

I am configuring a workflow where messages from an SQS queue trigger AWS Batch jobs, and the content of these messages is passed as environment variables to the container executing the job. I am using ...
Max Ferreira's user avatar
0 votes
0 answers
34 views

Using only AWS infracode, is it possible for a stream of events to trigger updates and deletions of existing matched records in a table or database? In other words, are components like EventBridge, ...
benjimin's user avatar
  • 5,092
0 votes
1 answer
207 views

I'm trying to create an AWS EventBridge rule, and I need to filter out events based on detail.type. Each of these rules works separately: Rule 1: This successfully filters out "foo-v2" and &...
terrabl's user avatar
  • 964
1 vote
1 answer
164 views

For a single event bus, if earlier messages cannot be delivered and enter the retry loop (which according to docs lasts up to 24 hours), will later messages be blocked from delivery? Put another way: ...
Kevin Deng's user avatar
0 votes
0 answers
65 views

I have an architecture divided in 2 different AWS Accounts. Using AWS SAM, I have a StateMachine (lets call it the parent function) in Account A; and an EventBus, EventRule, and StateMachine (lets ...
Andy's user avatar
  • 41
0 votes
1 answer
34 views

I have configured my event bridge rule to listen event for NXP*.out files. Here is my code. { "detail-type": ["vg_1"], "source": ["vg_1.bbg"], "...
Sachin's user avatar
  • 65
0 votes
0 answers
24 views

I have a aws event bridge pipe where I am calling a 3rd party api using api destination, payload like: { "request_id": 123, "FirstName": "Launch", "LastName": &...
Sukanta Sarkar's user avatar
0 votes
1 answer
351 views

I have an schedule cron in aws that successfully delivers events to an AWS Lambda function. However, sometimes the Lambda function fails to process the events correctly event all retries are exhausted....
Rajan Middha's user avatar
2 votes
1 answer
757 views

Like the title says, I am having trouble setting up container overrides from eventbridge to AWS BATCH. For context, I use AWS Batch to hold container configurations for an ecs container. The ...
IdentityTheft42069's user avatar
0 votes
1 answer
28 views

I'm trying to create a one-time schedular in AWS event bridge using JAVA SDK. Below is the code package com.example.kafkademo.service; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j....
techmagister's user avatar
  • 1,388
0 votes
1 answer
27 views

I have multiple endpoints that I need to hit in one python lambda , for example Endpoint A /test/ every 30 mins Endpoint B /service every 5 mins Endpoint C /target/ evere 3 hours The python code to ...
vljc2004's user avatar
  • 167
-1 votes
1 answer
40 views

i have configured lifecycle events to delete the file from my s3 bucket, Also i have setup Event notification, Event types : Object expired have SQS queue as a destination Destination type : SQS Queue ...
Professor's user avatar
1 vote
1 answer
373 views

I have an AWS SQS queue that is subscribed to an SNS topic. The queue currently has two consumers: A Java class using @SqsListener from the io.awspring.cloud.sqs.annotation package. An EventBridge ...
Vicky's user avatar
  • 13
1 vote
0 answers
193 views

I am triggering a step function with and event bridge rule and target. I would like to set a custom event name for the state machine. I am able to do this if I use a Scheduled run but not a Rule with ...
Keegan Lester's user avatar
-1 votes
1 answer
286 views

I'm developing a workflow in AWS. The scenario is: whenever I get a suspicious log entry in a log group like lot's of 403 errors. I want the instance to be isolated from the environment. Currently the ...
user28806390's user avatar
0 votes
0 answers
57 views

I'm using AWS CloudShell to retrieve the configuration of my AWS EventBridge Schedule but this is returning an unusual ScheduleExpression causing problems downstream. Commands I'm running in AWS ...
Kalle's user avatar
  • 33
0 votes
1 answer
775 views

Did anyone here manage to set the message group id for SQS to be dynamic? We are receiving updates from our Shopify stores through the AWS Eventbridge integrations. Whenever there is a peak in sales ...
user1844599's user avatar
0 votes
1 answer
226 views

I am trying to trigger an event bridge rule: { "detail": { "stateMachineArn": ["arn:aws:states:eu-west-2:<account-num>:stateMachine:<target-name>"], ...
Nyle Alliss's user avatar
0 votes
2 answers
247 views

state_machine_input = { 'STATE_MACHINE_DEFINITION_NAME': event_dict.get('workflowToBeTriggered'), 'LDAP_USER': event_dict.get('updatedBy') } eventbridge_client =...
Mondy's user avatar
  • 7
0 votes
1 answer
415 views

I want to start ECS task that will do some stuff with RDS DB after my service is redeployed via my CI pipeline, is there any option to catch such event using EventBridge? I tried to catch deployment ...
Dmytro Kostin's user avatar
0 votes
1 answer
214 views

I'm doing an incremental export from DynamoDB to S3, and I want the window for the export to be the last 24 hours. I have seen that many people are suggesting to use a Lambda to do this, but I was ...
noname's user avatar
  • 133
0 votes
1 answer
291 views

I have multiple external publishers publishing on SNS topics that my service listens to. I need to route these message to some sort of priority queue (SQS). Is there a way to have this pattern ...
amitection's user avatar
  • 3,033
0 votes
1 answer
77 views

So quick question, is there a straight-forward programmatic way to trigger some code whenever a user verifies their new email address? I know the custom email sender lambda has a trigger source for ...
string_loginUsername's user avatar
0 votes
1 answer
78 views

I want to listen on when my server is up to trigger an application. For the moment I'm simply testing to see if I can log an output as soon as my server is up. This is my task definition health check {...
chassy Dave's user avatar
0 votes
0 answers
105 views

I created an AWS EventBridge with following configuration: Target: Universal target Service: Amazon EC2 API: StopInstances Payload: { "InstanceIds": [ "i-xxxxxxxxxxxxxxxxx" ] } My ...
Doof Warrior's user avatar
1 vote
2 answers
91 views

I’m fighting with this code defmodule MyApp.Eventbridge do @moduledoc false require Logger def send_event_to_eventbridge() do event = %{ Source: "car-event", ...
backin's user avatar
  • 21
0 votes
1 answer
191 views

I need to call an private endpoint of Springboot application (hosted in EC2) that located in my AWS VPC from an event bridge that also located in same AWS VPC.I already tried to do this using API ...
Dasith Rathnasinghe's user avatar
0 votes
0 answers
73 views

I am creating a scheduled lambda triggered by an EventBridge Rule with the option suggested here using a cron expression. I have currently set the cron to trigger every 15mins and that's working fine ...
HariJustForFun's user avatar
1 vote
0 answers
180 views

I have automated execution of 50 AWS Glue Jobs via AWS Step functions. They all execute concurrently. I would appreciate it, if someone can provide guidance on How can I trigger either an event, aws ...
jamesT's user avatar
  • 339
0 votes
0 answers
198 views

I have previously tested AWS Event Bridge and it seemed very fast to me. However, in a new project where I am uploading data at a high rate via Ruby, it is falling orders of magnitude short of ...
D2TheC's user avatar
  • 2,369
0 votes
1 answer
229 views

I want to make sure that my lambda triggers only when a particular ssm document status is Success, so i have written the following eventbridge pattern but it is not working. I want to make sure that ...
NS Midhun's user avatar
1 vote
1 answer
93 views

I try to dynammicly trigger my lambda by create rule , add lambda as target to that rule and add permission to the rule to invoke the lambda as follow: const client = new CloudWatchEventsClient({ ...
benny hassan's user avatar
0 votes
1 answer
159 views

Is it possible to add more than one enrichment step before invoke the target stage ?
Ajith Ahangama Vitharanalage's user avatar
0 votes
1 answer
127 views

We have a lot of event detail-type. We need an event rule to trigger the "notify" event detail-type. Here are the list of all possible event detail-type: com.expert.efg.input-portfolio-...
SDS's user avatar
  • 331

1
2 3 4 5
17