Skip to content

Regarding webhooks and lambda function

0

For webhook alerts processing received from SNS topics, is it necessary to have aws lambda functions created ?

asked a year ago191 views
1 Answer
0

Hi,

No, a Lambda is not required: you can send an email or SMS, post an http request, write to a SQS queue, etc.

All possibilities are listed on this page: https://docs.aws.amazon.com/sns/latest/dg/sns-create-subscribe-endpoint-to-topic.html

Best,

Didier

EXPERT
answered a year ago
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.