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.15k stars 104 forks source link

Include Logging and Backtrace? #7

Closed fabianfett closed 4 years ago

fabianfett commented 4 years ago

@fabianfett asked:

How many batteries do we want to include and which ones? Logging for sure I guess (SSWG graduated). Backtrace? (SSWG not even in sandbox but within the guides)

@tomerd answered:

logging “feels” right but we need to make sure perf is not hurt

linux-backtrace will be added to sswg soon (eventually just be part of the language), but we need it otherwise you are blind on crashes

fabianfett commented 4 years ago

https://github.com/tomerd/swift-aws-lambda/pull/3