aws-lambda-swift
aws-lambda-swift copied to clipboard
A custom AWS Lambda Runtime for Swift
Where is your docker file so we can create this runtime ? Or, can you post the runtime zip somewhere others can just download it ?
Hi, I was wondering, if it would make sense to replace the current http client implementation based on URLSession and FoundationNetworking with an implementation based on `https://github.com/swift-server/async-http-client/`
This is a lambda function with proxy integration connected to an API Gateway. It randomly crashes with this log: ``` 18:33:58 START RequestId: d78628da-a0c9-4e39-be97-5c0a604dadf9 Version: $LATEST 18:33:58 Fatal error: Error...
Hi, It seems the lambda crashes because of the unwrapped optional.
From https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html: > Handle errors – If an error occurs, call the invocation error API.