Griffin Ciluffo
Griffin Ciluffo
@phict @AsimRamay Think I am now onto a different problem. How are you keeping track of your sockets? I think Azure hosts Node IIS as a stateless application under a...
Same issue here. Had to work around by creating a `/pages/api` directory adjacent to my app directory in order to get api proxies working.
Running into a similar issue. @monemo12 What does your layer look like for getting this to work in a lambda? Tried doing something like this in cdk ``` const geoTzLayer...
@monemo12 Thanks for the response. I ended up using an api to get timezone info. We already have a mapbox api integration so just used that.