elastic / elastic/elastic-serverless-forwarder
Add reserved concurrency to application properties
- Dominant language
- Python
- Stars
- 38
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the enhancement:**
Add the ability to specify the desired ReservedConcurrentExecutions of the ESF lambda.
Proposed new property (taken from AWS documentation):
Name: ReservedConcurrentExecutions
Description: The number of simultaneous executions to reserve for the function.
**Describe a specific use case for the enhancement or feature:**
On a number of occasions the ESF lambda concurrent executions spiked, consuming the account limit for Lambda concurrent executions. This has the undesirable effect of preventing production applications from running and extremely high costs. We currently have to deploy the ESF Serverless Application Repository application, then manually set the reserved concurrent executions manually.
Contributor guide
Research direction
Start by locating how the ESF Lambda application properties are read and passed into the deployed function, then trace the Serverless Application Repository configuration. Use the issue's ReservedConcurrentExecutions property and AWS Lambda documentation as the requirements; done means users can set the value through application properties without manually changing the deployed function.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100