python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
AWS SNS is not invoking Lambda through another Lambda
I have two lambda function, functionA & functionB. I want to trigger functionB using SNS when functionA completes.
FunctionA > SNS > FunctionB
FunctionA code is ( Just showing the hello wor...

Faisal Shani
Votes: 0
Answers: 1
Get AWS Inspector findings report from AWS Inspector in mail
I want to get the AWS Inspector assessment run findings on email.
For that i had configured a SNS topic but the mail i received contains arns(refer pic) :
The json data is non-readable(from pic):
{
&...
ameesha gupta
Votes: 0
Answers: 2
Routing notifications coming from service catalog
I want to send notifications coming from the service catalog to different queues. You can see in below diagram
But routing in SNS requires attributes on the message. & service catalog is not addi...

PSKP
Votes: 0
Answers: 0
Masstransit with Amazon SQS not working in EKS
I have configured the bus like this
services.AddMassTransit(x =>
{
x.UsingAmazonSqs((context, cfg) =>
{
cfg.Durable = true;
cfg.Au...
zyq
Votes: 0
Answers: 0