swift-server / swift-aws-lambda-runtime

Swift implementation of AWS Lambda Runtime
Apache License 2.0
1.14k stars 104 forks source link

Add new `withMockServer` test resource method #352

Closed fabianfett closed 1 month ago

fabianfett commented 1 month ago

When testing lambda, we want to be sure that we cleanup at the end. For this reason a withMockServer method will come in handy.