aws / aws/chalice

Warmup option for chalice

Open
#1,228 3 comments 4 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
11.1k
Forks
1k
Avg merge
1d 22h
Merged PRs (30d)
2

Description

Is there any built-in option in the Chalice framework to keep a lambda warmed.

I tried to schedule every X minutes the same handler but chalice create two lambda(s) at the end. So I guess one option is to call the my lambda from the schedule one ?

Contributor guide

Open the contributing guide

Research direction

Start by reviewing Chalice's scheduled-handler behavior and how deployment creates Lambda functions. Determine whether a built-in warmup option is intended and how it should avoid or reuse the additional function described in the issue. Done should include an agreed scope and documented behavior or tests for the chosen approach.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, python
Domain
cloud
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.