Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Commit ad41ece

Browse files
committed
Fixed two broken links.
1 parent 604f9ac commit ad41ece

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ defer { try! runtime.syncShutdown() }
4343
try runtime.start().wait()
4444
```
4545

46-
If you want to run your [Vapor](/vapor/vapor) app on Lambda behind an APIGateway please checkout [`vapor-lambda-runtime`](/fabianfett/vapor-lambda-runtime), which builds on top of this package.
46+
If you want to run your [Vapor](https://github.com/vapor/vapor) app on Lambda behind an APIGateway please checkout [`vapor-lambda-runtime`](https://github.com/fabianfett/vapor-lambda-runtime), which builds on top of this package.
4747

4848
## Status
4949

50+
- [x] Runs natively on Amazon Linux and links against system libraries. Uses the Lambda Layer created by the [`amazonlinux-swift`](https://github.com/fabianfett/amazonlinux-swift) project.
5051
- [x] Built on top of `Swift-NIO`
5152
- [x] Integration with Swift [`Logging`](https://github.com/apple/swift-log)
5253
- [x] Ready-to-use [AWS Events](https://github.com/fabianfett/swift-lambda-runtime/tree/master/Sources/LambdaRuntime/Events) structs to get started as fast as possible. Currently implemented: Application Load Balancer, APIGateway, Cloudwatch Scheduled Events, DynamoDB Streams, S3, SNS and SQS Messages. More coming soon.

0 commit comments

Comments
 (0)