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 105 forks source link

re-enable local server for testing #425

Closed sebsto closed 1 week ago

sebsto commented 1 week ago

The local server code is the one from v1. It is not passing Swift 6 CI test but we decided to let the code as is and re-enable the local testing feature first to optimize the developer experience.

We will fix LambdaRuntime+LocalServer.swift for Swift 6 in a second phase

This PR fixes https://github.com/swift-server/swift-aws-lambda-runtime/issues/369

sebsto commented 1 week ago

Closing to clean up the commit history