Deploy time reference to lambdas
Open
feature-request
- Dominant language
- Python
- Stars
- 11.1k
- Forks
- 1k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
I have a chalice project that contains some api (@route) functions and an @app.schedule function. Is there any way to get the name of the deployed api lambda or api url from the scheduled function without hardcoding it?
Contributor guide
Research direction
Start with the @app.schedule and @route entry points in the Chalice project and trace how their deployed Lambda and API resources are represented. Determine whether the scheduled function can access the deployed API Lambda name or API URL without hardcoding; completion should include a clear supported behavior or an explicit documented limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- api, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100