swift-server / swift-aws-lambda-runtime

Swift implementation of AWS Lambda Runtime
Apache License 2.0
1.12k stars 100 forks source link

improve examples #292

Closed tomerd closed 1 year ago

tomerd commented 1 year ago

motivation: examples can be confusing since they use relative path to the library for CI purposes

changes:

tomerd commented 1 year ago

@swift-server-bot test this please

sebsto commented 1 year ago

This change does not allow to use the archive plugin for the local debugging example See https://github.com/swift-server/swift-aws-lambda-runtime/issues/276 and https://github.com/swift-server/swift-aws-lambda-runtime/pull/277 for a possible fix