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
已提问 3 年前295 查看次数
2 回答
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
已回答 3 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则