Invoking a Lambda Function when Email is Received

0

I wanted to ask if I could invoke a lambda function using an email or possibly triggering a scheduled eventbridge to invoke a lambda function.

2 Answers
0

I believe you would have to use SES to recieve emails in turn you could then trigger a Lambda function.

However, yes you can use eventbridge CRON schedule to trigger Lambda/StepFunction https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-run-lambda-schedule.html

profile picture
EXPERT
answered 10 months ago
0
profile picture
EXPERT
answered 10 months 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.

Guidelines for Answering Questions