The idea is so we don't lose log history when destroying the dev environment. But doesn't look like there's an easy/good way to do it... we'd need to create the log groups out of TF/TG (or as a separate stack that doesn't always run like env_secrets and payment_plans) and pass the log groups to the terraform-aws-modules/lambda module.
The idea is so we don't lose log history when destroying the dev environment. But doesn't look like there's an easy/good way to do it... we'd need to create the log groups out of TF/TG (or as a separate stack that doesn't always run like
env_secretsandpayment_plans) and pass the log groups to theterraform-aws-modules/lambdamodule.