Chalice API Gateway endpoint vs local - paths are different
Open
enhancement
- Dominant language
- Python
- Stars
- 11.1k
- Forks
- 1k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
When deploying our chalice app, we will get an API Gateway url of the form
`https:////`
e.g.
`https://xxxxxxxxxx.execute-api.us-east-1.amazonaws.com/prod/`
when testing locally using `chalice local` how do we simulate the `` in the path?
Finding it difficult to do some local sanity testing because the paths end up all different
Contributor guide
Research direction
The issue names no files or tests. Start by running `chalice local` and comparing its route paths with the deployed API Gateway stage prefix; define the desired local behavior and verify it against both local requests and the deployed URL structure.
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