Module Downloads metrics from Terraform Registry
Data Snapshot as of October 2, 2024
00
Downloads this week00
Downloads this month00
Downloads this year00
Downloads over all timeSupported Languages
This module currently supports NodeJS and Python. Allowed runtime versions are listed below.
Node.js
This module supports the following Node.js runtimes. See more info in AWS Documentation.
- Node.js 20 (nodejs20.x)
- Node.js 18 (nodejs18.x)
Python
This module supports the following Python runtimes. See more info in AWs Documentation
- Python 3.12 (python3.12)
- Python 3.11 (python3.11)
- Python 3.10 (python3.10)
- Python 3.9 (python3.9)
- Python 3.8 (python3.8)
Source Code for the Scheduled Job
You can keep the Nodejs/Python source code in a folder and assign below varaibles
- source_code_folder: path to your source code
- lambda_handler: handler in the format file-name.entry-point eg. index.handler
Scheduling the Job
You can schedule your job with a timer trigger by assigning schedule variable with either cron or rate expression. For example, cron(0 20 * * ? *)
or rate(5 minutes)
.
Tutorial
You can refer below code examples to learn how this module can be used in real-time implementation
Helpful Resources
We Value Your Input
We are committed to continuous improvement of our code and content based on valuable audience feedback. Please share your comments, suggestions, and any areas where we can enhance your experience.
View all Modules