admin管理员组

文章数量:1397016

I need to set Provisioned Concurrency to latest alias of some lambda functions, it worked for all the lambdas I have except one.

When I'm using Terraform I get this error:

Error: putting Lambda Provisioned Concurrency Config (my-lambda-function,latest): ResourceConflictException: An error occurred and the request cannot be processed.
{
  RespMetadata: {
    StatusCode: 409,
    RequestID: "***"
  },
  Message_: "An error occurred and the request cannot be processed.",
  Type: "User"
}

And I get same error if I try to update the concurrency in the console as well

I tried to change aliases, set concurrency to particular version of the lambda but no success.

Maybe there are some pre-requisites the lambda must met to have PC ?

本文标签: amazon web servicesCan39t set Provisioned Concurrency for lambda functionStack Overflow