tf_aws_lambda_scheduled icon indicating copy to clipboard operation
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

Results 2 tf_aws_lambda_scheduled issues
Sort by recently updated
recently updated
newest added
trafficstars

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...