You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The swift-was-lambda-runtime project has added the ability to run a local lambda server by setting the LOCAL_LAMBDA_SERVER_ENABLED environment variable to "true." I tried this with the Vapor integration and it does not seem to work.
It would be nice if this worked so I could run / debug inside Xcode on my Mac.
If you do not have time to do it, I have looked a little and am not sure where to look. Do you know where I would start to look into fixing this?
The text was updated successfully, but these errors were encountered:
Hi @fcobia, thanks for bringing this up. I can totally see the value of this and I'm thinking about how to achieve it.
The library uses an extension hook from swift-aws-lambda-runtime that is located below the level where the LOCAL_LAMBDA_SERVER_ENABLED environment variable is implemented, so we will need to reinvent the wheel for vapor-aws-lambda-runtime. I'm not sure what the best approach is for this yet.
The swift-was-lambda-runtime project has added the ability to run a local lambda server by setting the LOCAL_LAMBDA_SERVER_ENABLED environment variable to "true." I tried this with the Vapor integration and it does not seem to work.
It would be nice if this worked so I could run / debug inside Xcode on my Mac.
If you do not have time to do it, I have looked a little and am not sure where to look. Do you know where I would start to look into fixing this?
The text was updated successfully, but these errors were encountered: