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 bf885c5 commit 050125bCopy full SHA for 050125b
infrastructure/lambda-dynamodb-migration.tf
@@ -28,7 +28,7 @@ module "migration-dynamodb-lambda" {
28
29
lambda_timeout = 900
30
memory_size = 1024
31
- reserved_concurrent_executions = 200
+ reserved_concurrent_executions = contains(["prod"], terraform.workspace) ? 100 : 5
32
33
depends_on = [
34
module.lloyd_george_reference_dynamodb_table,
0 commit comments