swift-aws-lambda-runtime
swift-aws-lambda-runtime copied to clipboard
Swift implementation of AWS Lambda Runtime
Verify if this change has been kept in v2 https://github.com/swift-server/swift-aws-lambda-runtime/commit/221978224cf82027f46c0aa54def83476fb74412
### 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.
### 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...