tf_aws_lambda_scheduled
tf_aws_lambda_scheduled copied to clipboard
A Terraform module to create an AWS Lambda function which is scheduled to run on a recurring basis
Not much to add to the PR title except for the admission that I have not tested with a VPC-enabled function. Breaking change: `subnet_ids` and `security_group_ids` are now nested under...
It would be handy to support the [`environment`](https://www.terraform.io/docs/providers/aws/r/lambda_function.html#variables) configuration block. This is a convenient way to make the attributes of other `resource`s, like an S3 bucket name, available to a...