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

AWS Lambda Custom Runtime for Swift with swift-nio 2.0 support

Results 2 aws-lambda-swift-sprinter issues
Sort by recently updated
recently updated
newest added

**We want to provide some context on the internal performance when the Lambda is Warm** HelloWorld example: ```swift import AsyncHTTPClient import Foundation #if canImport(FoundationNetworking) import FoundationNetworking #endif import LambdaSwiftSprinter import...

enhancement

**Describe the bug** While sample code of syncLambda runs properly. Sample code for asyncLambda: AsyncCodableLambda throws following error > aws lambda invoke --function-name HelloWorld --profile default --payload "fileb://Examples/HelloWorld/event.json" ./.build/tmp/outfile &&...

documentation