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 67d8712 commit 146d3acCopy full SHA for 146d3ac
modules/services/lambda-apihandler.tf
@@ -92,7 +92,7 @@ resource "aws_lambda_provisioned_concurrency_config" "api_handler_live" {
92
count = var.api_handler_provisioned_concurrency > 0 ? 1 : 0
93
function_name = aws_lambda_function.api_handler.function_name
94
provisioned_concurrent_executions = var.api_handler_provisioned_concurrency
95
- qualifier = aws_lambda_alias.api_handler_live.name
+ qualifier = aws_lambda_function.api_handler.version
96
}
97
98
resource "aws_lambda_alias" "api_handler_live" {
0 commit comments