screenedcreamy 0 Newbie Poster

Implement a very basic scheduler for a multi-tenant solution using AWS lambda. Tenant A - Execution frequency - 5mins - calls(doMyJob - lambda function) Tenant B - Execution Frequency - 10mins - calls(doMyJob - lambda function) Tenant C - Execution Frequency - 10mins - calls(doMyJob - lambda function) This schedule frequency would be stored in S3 or any non sql db

Did consider AWS batch for the above, but seemed to be an overkill for the current usecase

Any suggestions on most economical way to design?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.