Skip to content

Error during deployment regarding concurrency #251

@mvanaltvorst

Description

@mvanaltvorst

Thank you for this project, it is precisely what I was looking for. However, I encounter an error when I try to deploy a basic configuration:

╷
389
│ Error: error setting Lambda Function (tf-next_tfn-deploy) concurrency: InvalidParameterValueException: Specified ReservedConcurrentExecutions for function decreases account's UnreservedConcurrentExecution below its minimum value of [50].
390
│ {
391
│   RespMetadata: {
392
│     StatusCode: 400,
393
│     RequestID: "005a79fe-c425-4a34-98e2-61d39be18bf3"
394
│   },
395
│   Message_: "Specified ReservedConcurrentExecutions for function decreases account's UnreservedConcurrentExecution below its minimum value of [50]."
396
│ }
397
│ 
398
│   with module.tf_next.module.statics_deploy.module.deploy_trigger.aws_lambda_function.this[0],
399
│   on .terraform/modules/tf_next.statics_deploy.deploy_trigger/main.tf line 14, in resource "aws_lambda_function" "this":
400
│   14: resource "aws_lambda_function" "this" {
401
│ 
402
╵

Have you encountered this error before, or do you know where I might be able to learn more about what might be causing this? Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingworkaround availableA workaround for the issue is available.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions