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

Verify if this change has been kept in v2 https://github.com/swift-server/swift-aws-lambda-runtime/commit/221978224cf82027f46c0aa54def83476fb74412

kind/enhancement
good first issue
semver/none
kind/usability
size/S
area/testing

### Expected behavior We should have a CI job that validates that we don't link full Foundation and only link FoundationEssentials. ### Actual behavior N/A ### Steps to reproduce N/A...

### Expected behavior N/A ### Actual behavior N/A ### Steps to reproduce N/A ### If possible, minimal yet complete reproducer code (or URL to code) _No response_ ### What version...

We should use another type for the deadline in LambdaContext than DispatchWallTime, which we currently use.

re-enable the performance test that was available in v1. This requires - MockServer to be Swift 6 compliant - re-implement the [MAX_REQUEST](https://github.com/swift-server/swift-aws-lambda-runtime/blob/11756b4e00ca75894826b41666bdae506b6eb496/Sources/AWSLambdaRuntimeCore/LambdaConfiguration.swift#L53) that was available in v1 (to avoid an...

### Expected behavior N/A ### Actual behavior N/A ### Steps to reproduce N/A ### If possible, minimal yet complete reproducer code (or URL to code) _No response_ ### What version...

### Expected behavior N/A ### Actual behavior N/A ### Steps to reproduce N/A ### If possible, minimal yet complete reproducer code (or URL to code) _No response_ ### What version...

The code on the `main` branch currently does not support Swift Service Lifecycle.

area/documentation
good first issue
status/blocked
semver/none
size/S

### Expected behavior The docc tutorial should be updated for v2. ### Actual behavior N/A ### Steps to reproduce N/A ### If possible, minimal yet complete reproducer code (or URL...