swift-aws-lambda-runtime

Swift implementation of AWS Lambda Runtime

APACHE-2.0 License

Stars
1.1K
Committers
36

Bot releases are hidden (Show)

swift-aws-lambda-runtime - 1.0.0-alpha.2 Latest Release

Published by tomerd 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/swift-server/swift-aws-lambda-runtime/compare/1.0.0-alpha.1...1.0.0-alpha.2

swift-aws-lambda-runtime - 1.0.0-alpha.1

Published by tomerd almost 2 years ago

First alpha for 1.0 release

What's Changed

New Contributors

Full Changelog: https://github.com/swift-server/swift-aws-lambda-runtime/compare/0.5.0...1.0.0-alpha.1

swift-aws-lambda-runtime - 0.5.2

Published by tomerd about 3 years ago

  • Add guards for code that relies on _Concurrency to allow compilation with Xcode 13 (#237) - Thanks @programmarchy
swift-aws-lambda-runtime - 0.5.1

Published by fabianfett about 3 years ago

  • Clean up dependency graph and imports (#218)
  • Renamed completeWithAsync to completeWithTask (#221) - Thanks @saltzmanjoelh
swift-aws-lambda-runtime - 0.5.0

Published by tomerd about 3 years ago

  • Fixes platform requirements (#214)
  • SNS MessageAttributes are optional (#208) - Thanks @DwayneCoussement
  • Inline and specialize LambdaHandlers (#201)
  • Small Performance Improvements (#199)
  • Updated S3.Event (#195) - Thanks @mufumade
  • Async/await support (#186)
  • Multiple updates to CI setup, code formatting, etc (#189, #190, #191, #196, #197, #198, #202, #207, #211)
  • Adopt SSWG security guidelines (#209)
swift-aws-lambda-runtime - 0.4.0

Published by fabianfett over 3 years ago

  • Fixed typo in LambdaRunner.swift documentation (#171) - Thanks @filletofish
  • Removed symbolicate-linux-fatal from Docker (#173)
  • Properties of HTTPResponses are now var in APIGateway.Response, APIGateway.V2.Response, ALB.TargetGroupResponse (#176)
  • Fixed the visibility of the JWT in APIGateway.V2.Request (#178) - Thanks @JBosecker
  • Fixed typo in SQS example (#181) - Thanks @mattmassicotte
  • Fixed the queryStringParameters variable for ALB.TargetGroupResponse (#182) - Thanks @proggeramlug
  • Fixed typo in README.md (#183) - Thanks @mr-j-tree
  • Use welcoming language everywhere (#184)
  • Added support for AppSync events (#187) - Thanks @DwayneCoussement
  • Added CI support for Swift 5.4 (#189)
swift-aws-lambda-runtime - 0.3.0

Published by tomerd about 4 years ago

  • Better errors when lambda fails to start #155
  • Remove requirement on macOS 10.13 #156
  • Better error message when invoking local lambda server with incorrect http method #157
  • Simplify date formatting #159
  • Improved examples and CI scripts
swift-aws-lambda-runtime - 0.2.0

Published by tomerd over 4 years ago

⚠️ This release includes breaking api changes

  • Add an option to start the local debugging server based on an env variable #87
  • Add a User-Agent when using the Lambda Runtime API #98 by @bmoffatt
  • Handle lambda error correctly in mock server #104
  • Add example scripts and docs for Serverless Framework #113 by @Andrea-Scuderi
  • Rename payload to event #115
  • Added header when reporting failing invocations or initializations #128 by @Ro-M
  • Added shutdown to the ByteBufferLambdaHandler #122
  • Add initialization context #126
  • Added SES Event type #130 by @adam-fowler
  • add syncShutdown to LambdaHandler #132
  • Improved readme docs and examples
swift-aws-lambda-runtime - 0.1.0

Published by tomerd over 4 years ago

First pre-release