Support runtime provided.al2 for debugging
- Dominant language
- Python
- Stars
- 6.7k
- Forks
- 1.2k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 52
Description
When developing a go lambda including a external extension one has to switch to provided.al2. If you want to debug the lambda with
```
sam local start-api --host 0.0.0.0 -d 5858 --debugger-path dlv --debug-args "-delveAPI=2"
```
it only works until it builds the docker image.

How are we not supposed to debug this ?
Also (as a side note) I could have sworn it worked at one point. But after multiple colleagues had this problem I found myself unable to reproduce a working debugger as well - so it might be my dementia.
Any plans on supporting this in the (near) future ?
Contributor guide
Assessment
This issue has not been assessed yet.