Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lambda reservedConcurrentExecutions? #1463

Closed
mikecann opened this issue Jan 2, 2019 · 2 comments · Fixed by #1560
Closed

lambda reservedConcurrentExecutions? #1463

mikecann opened this issue Jan 2, 2019 · 2 comments · Fixed by #1560
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

Comments

@mikecann
Copy link

mikecann commented Jan 2, 2019

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?

@rix0rrr
Copy link
Contributor

rix0rrr commented Jan 2, 2019

Yep, seems to be. You can apply property overrides to the CloudFormation resources to work around this lack of functionality at the human-written layer for now.

@rix0rrr rix0rrr added feature-request A feature should be added or improved. @aws-cdk/aws-lambda Related to AWS Lambda effort/small Small work item – less than a day of effort good first issue Related to contributions. See CONTRIBUTING.md labels Jan 2, 2019
@mikecann
Copy link
Author

mikecann commented Jan 3, 2019

@rix0rrr thats great, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants