lambda reservedConcurrentExecutions? #1463
Labels
@aws-cdk/aws-lambda
Related to AWS Lambda
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
Im trying to set the number of concurrent executions on my function.
The docs state it should be possible: https://awslabs.github.io/aws-cdk/refs/_aws-cdk_aws-lambda.html#@aws-cdk/aws-lambda.cloudformation.FunctionResourceProps.reservedConcurrentExecutions
But I dont see the option on the Typescript definition for Function. Is this another of those where the docs are ahead of CDK?
If this is the case is there a away of working around it for now?
The text was updated successfully, but these errors were encountered: