vapor-aws-lambda-runtime icon indicating copy to clipboard operation
vapor-aws-lambda-runtime copied to clipboard

Run your Vapor api server on AWS Lambda using the official Swift Server runtime.

Results 5 vapor-aws-lambda-runtime issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

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...