swift-server / swift-aws-lambda-runtime

Swift implementation of AWS Lambda Runtime
Apache License 2.0
1.12k stars 101 forks source link

Update README for 0.5.2 Package.swift #268

Closed micheltlutz closed 1 year ago

micheltlutz commented 2 years ago

A simple update to make the README file compatible with the latest version 0.5.2 configuration

Motivation:

When testing the library following the README guidelines, I was unable to build the project. In research and looking at the release pages I saw more current versions and the non-use of event url as a dependency. In order to facilitate a first use, I decided to open this pull request with this small correction.

Modifications:

Update dependencies:

     dependencies: [
         .package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "0.5.2"),
     ],

Result:

N/A

swift-server-bot commented 2 years ago

Can one of the admins verify this patch?

swift-server-bot commented 2 years ago

Can one of the admins verify this patch?

swift-server-bot commented 2 years ago

Can one of the admins verify this patch?

swift-server-bot commented 2 years ago

Can one of the admins verify this patch?

swift-server-bot commented 2 years ago

Can one of the admins verify this patch?

swift-server-bot commented 2 years ago

Can one of the admins verify this patch?

swift-server-bot commented 2 years ago

Can one of the admins verify this patch?

swift-server-bot commented 2 years ago

Can one of the admins verify this patch?

swift-server-bot commented 2 years ago

Can one of the admins verify this patch?

swift-server-bot commented 2 years ago

Can one of the admins verify this patch?

swift-server-bot commented 2 years ago

Can one of the admins verify this patch?

swift-server-bot commented 2 years ago

Can one of the admins verify this patch?

swift-server-bot commented 2 years ago

Can one of the admins verify this patch?

swift-server-bot commented 2 years ago

Can one of the admins verify this patch?

swift-server-bot commented 2 years ago

Can one of the admins verify this patch?

tomerd commented 1 year ago

thanks @micheltlutz, resolved via https://github.com/swift-server/swift-aws-lambda-runtime/pull/269