vapor-aws-lambda-runtime
vapor-aws-lambda-runtime copied to clipboard
Run your Vapor api server on AWS Lambda using the official Swift Server runtime.
This includes everything needed to run Vapor apps through Lambda. I've left it as it is working for me now and it's open for discussion. Some things, like config and...
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...
Have managed to get a nice API proof of concept for JSON responses, but having a hard time doing it for protobuf data. Already wrote the code to have my...