issues
search
swift-server
/
swift-aws-lambda-runtime
Swift implementation of AWS Lambda Runtime
https://swiftpackageindex.com/swift-server/swift-aws-lambda-runtime
Apache License 2.0
1.14k
stars
104
forks
source link
add syncShutdown to LambdaHandler
#132
Closed
tomerd
closed
4 years ago
tomerd
commented
4 years ago
motivation: make shutdown easier to use
changes:
override shutdown to use the offloadQueue to perform syncShutdown
add empty syncShutdown that can be implemented by the concrete Lambda function
motivation: make shutdown easier to use
changes: