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.
538 results
So I do setup:
+ Enable GuardDuty
+ Enable Security Hub
+ Create SNS Topic
1. Create a Standard Topic and everything default
2. Create a subscription associated with topic above => test receive mail...
Hello, I am working on a an EventBridge rule that detects an start of an RDS instance and triggers a Lambda function. I have got most if it down but the first phase testing, sending an event from...
I would like to receive SNS notifications when a new partner event source request hits my account.
According to the docs, the partner makes an api request to the events service with the action...
I have few queries in aws redshift which I want to schedule using redshift schedule feature so that I can run those queries according to specific requirements. I want to do this work using...
I want to map a input json array object into eventbridge
I put a Apigateway in front integrated with my event bus
this is the openApi configuration
```
...
There is drift detected in a CloudFormation template regarding the ID value of an EventBridge rule target, which is a Lambda function, i.e. Property: Targets.0.Id; Change: NOT_EQUAL; Expected value:...
### 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...
Testing for WAF service
whenever resource is created or deleted it will invoke my lambda. my eventbridge rule is:
note: it is a part of my eventbridge rule i am working on 36 services resource...
tldr; Is it possible to force `AWS::Event::Connection` secret to update from the source _after_ it has already been created?
Long version:
When `AWS::Event::Connection` resource is created, it reads...
whenever a resources is created or deleted it will invoke my lambda.
using event bridge.
Q1. Is it possible to create an event bridge rule without creating a cloud trail as it will incur some cost for...
I undersand that event bridge is event based routing and amazon kinesis data firehose is data streaming service. In some cases I feel both services overlap and I'm not sure which one to use when....
Testing for directory service
whenever resource is created or deleted it will invoke my lambda.
my eventbridge rule is:
{
"source": ["aws.lambda", "aws.events", "aws.cloudfront", "aws.s3",...