What is kurron batch-job-trigger aws?
The provided Terraform module automates the creation of a scheduled event trigger that invokes a Python Lambda function to issue a POST request. This module streamlines the provisioning of a CloudWatch Event rule paired with a corresponding Python Lambda that can execute a POST request on a predefined schedule. The module abstracts the complex setup of these AWS resources, allowing users to easily create and manage this batch job trigger functionality within their infrastructure
Highlights
- Automated provisioning of a CloudWatch Event rule to schedule event triggers
- Integration with a Python Lambda function to execute POST requests
- Configurable scheduling options for the recurring batch job
- Simplified deployment of the integrated CloudWatch Event and Lambda components
- Reusable Terraform module for consistent and repeatable infrastructure setup
- Ability to customize the Lambda function code for specific POST request requirements