Create cron job using AWS lambda

0

Hi guys,
I'd like to implement a mobile app (using Xamarin) that inserts and modifies "events" on a calendar (table on DynamoDB). So I found a post which tells how launch a lambda function inserting rows in a table (using AWS Streams). Ok, at the moment, my app can write in that table (timestamp and duration) and a lambda starts.

Now, I need that the lambda function creates the cron job which starts at "timestamp" time for a "duration" seconds. In particular, that cron should send a mqtt message to an IoT device..

Thanks a lot

Giaco

giaco
asked 4 years ago300 views
1 Answer

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