We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7adf4 commit fc6edffCopy full SHA for fc6edff
terraform/envs/prod/main.tf
@@ -79,6 +79,6 @@ resource "aws_dynamodb_table" "app_audit_log" {
79
}
80
81
module "lambda_warmer" {
82
- source = "github.com/acm-uiuc/terraform-modules/lambda-warmer?ref=v0.1.0"
+ source = "github.com/acm-uiuc/terraform-modules/lambda-warmer?ref=v0.1.1"
83
function_to_warm = "infra-core-api-lambda"
84
terraform/envs/qa/main.tf
@@ -67,6 +67,6 @@ resource "aws_dynamodb_table" "app_audit_log" {
67
68
69
70
71
72
0 commit comments