Skip to content

CloudPediaAI/terraform-aws-scheduled-job

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheduled Job for AWS

This Terraform module will package your Nodejs/Python code and upload to Lambda, and schedule for running on specified intervals.

Links

Related Terraform Modules from CloudPedia.AI

Lambda Layer for Node.js Libraries

Lambda Layer for Python Libraries

Release Notes

v1.1.0

Changes/Updates

Removed Node.js 16 (nodejs16.x) from the allowed runtime list as AWS is ending support for Node.js 16 in Lambda on June 12, 2024. Read our blog for more details.

Input Variable Changes

  • Input variable lambda_runtime will not allow nodejs16.x anymore. You can provide either nodejs20.x or nodejs18.x as runtime for Node.js.

Output Variable Changes

None