Vincenzo Marragony

Results 2 comments of Vincenzo Marragony

This confiugration looks to be working for me ``` resource "aws_lambda_provisioned_concurrency_config" "test_concurrency" { function_name = var.rta-lambda-function-name provisioned_concurrent_executions = 3 qualifier = aws_lambda_alias.test_alias.function_version } ``` `var.rta-lambda-function-name` is a local variable hard-coding...

It looks like that happens with Python >= 11, I've temporarily solved downgrading to Python 10.