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

Swift implementation of AWS Lambda Runtime

Results 78 swift-aws-lambda-runtime issues
Sort by recently updated
recently updated
newest added

### Expected behavior refresh docker compose script to - adjust to swift-format instead of swiftformat - remove dependencies on external scripts that have been deleted (like soundness) - remove Swift...

### Expected behavior That issue template is way to verbose. Let's just remove it. ### Actual behavior N/A ### Steps to reproduce N/A ### If possible, minimal yet complete reproducer...

### Expected behavior If the env variable `AWS_LAMBDA_RUNTIME_API` is not set, we want to spin up the local mock server directly. ### Actual behavior Doesn't work ### Steps to reproduce...

### Expected behavior The Plugins/AWSLambdaPackager/PluginUtils.swift struct should use `SubProcess` instead of Foundation's `Process` https://github.com/apple/swift-foundation/blob/main/Proposals/0007-swift-subprocess.md ### Actual behavior The struct uses `Process` ### Steps to reproduce n/a ### If possible, minimal...

kind/enhancement
area/performance
status/blocked
semver/none
size/S

Now that task cancellation works, re publishing this PR with a new example for Swift Service Lifecycle

🔨 semver/patch

Allow user to give their logger to the LambdaRuntime. ### Motivation: Overloaded versions of `LambdaRuntime.init` don't allow to pass a logger ### Modifications: Add a `logger` parameter to overloaded versions...

🔨 semver/patch

Fix https://github.com/swift-server/swift-aws-lambda-runtime/issues/520

⚠️ semver/major

### Expected behavior The current version of the runtime allows user handlers functions to return data as a stream. But this is a welcome side effect of the design of...

kind/enhancement

This is a proposal to fix issue #507 **changes** - `LambdaRuntime.init()` uses a `Mutex` to make sure only one instance is created - `LambdaRuntime.init()` can now throw an error in...

kind/bug
⚠️ semver/major

A proposal for a new set of SwiftPM plugins to facilitate the scaffolding, build, archive, and deployment of Lambda functions. This is a call for comments to finalize the design...

semver/none