swift-lambda icon indicating copy to clipboard operation
swift-lambda copied to clipboard

Build and deploy Swift Package Manager projects on AWS Lambda

Results 4 swift-lambda issues
Sort by recently updated
recently updated
newest added

All the required static libs should be available in the SDK / X toolchain, but I still got linking error. Need to find the right combination of flags.

bug
help wanted

I'm trying to adopt `swift-lambda` to replace Fabian's [process](https://fabianfett.de/getting-started-with-swift-aws-lambda-runtime), but my lambda gets a runtime error: ``` START RequestId: b4ca0e88-b5f5-44c3-99ed-7ab83cf010b3 Version: $LATEST /var/task/bootstrap: error while loading shared libraries: libicudataswift.so.65: cannot...

bug

At least for now it's the sole toolchain anyways ... Maybe it should work like that: if the user didn't specify `-d` / `--destination` and the corresponding env var is...

enhancement

Would be nice to have, in the style of the SwiftXcode templates. This would need to generate a Package.swift from the Xcode configuration (which now carries the dependency information). Don't...

enhancement