Make Forecast trigger a Lambda function when done performing task

0

Some tasks within Amazon Forecast can take a long time, and I would like it to trigger a Lambda function once it finishes a long task (creating import jobs, training models, making forecasts, etc...) to update my database for example
How can I do it?
Can I use something like Amazon SNS or SQS?

Edited by: luizt on Jan 25, 2021 7:39 AM

luizt
asked 3 years ago290 views
2 Answers
0

You can also consider the following solution implementation:

Improving Forecast Accuracy with Machine Learning
<https://aws.amazon.com/solutions/implementations/improving-forecast-accuracy-with-machine-learning/ >

This solution will update you via an SNS topic when a forecast is complete.

Paul_M
answered 3 years 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