dherault / dherault/serverless-offline
Any way to deactivate http-proxy ?
- Dominant language
- JavaScript
- Stars
- 5.3k
- Forks
- 811
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 3
Description
I'm searching for a way to deactivate http-proxy on dev.
So http proxy do not seems to work for my resources in serverless offline so i turned resourceRoutes to false.
My idea is my lambda is actually going to serve the right data but on dev only.
Unfortunately it only works if i comment out the events or else i get conflicting routes...

My current way to deal with this is to comment the code and get my ci/cd to uncomment it... That's pretty ugly. I'm wondering if there is anyway to make it works without comments ?
Contributor guide
Assessment
This issue has not been assessed yet.