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

Commit 604f9ac

Browse files
committed
Readme references
1 parent c306ac8 commit 604f9ac

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![github-actions](https://github.com/fabianfett/swift-lambda-runtime/workflows/CI/badge.svg)](https://github.com/fabianfett/swift-lambda-runtime/actions)
55
[![codecov](https://codecov.io/gh/fabianfett/swift-lambda-runtime/branch/master/graph/badge.svg)](https://codecov.io/gh/fabianfett/swift-lambda-runtime)
66

7-
An AWS Lambda Swift runtime on top of SwiftNIO with some ready-to-use AWS Events. It is intended to be used with the [Swift on Amazon Linux](https://fabianfett.de/amazonlinux-swift) project which ensures that Swift executables can be run on Amazon Linux.
7+
An AWS Lambda Swift runtime on top of SwiftNIO with some ready-to-use AWS Events. It is intended to be used with the [Swift on Amazon Linux](https://fabianfett.de/amazonlinux-swift) project which ensures that Swift executables can be run on Amazon Linux.
88

99
An APIGateway Lambda looks like this:
1010

@@ -43,13 +43,7 @@ defer { try! runtime.syncShutdown() }
4343
try runtime.start().wait()
4444
```
4545

46-
<!---
47-
Learn in depth how to build Lambdas in Swift in my blog series:
48-
49-
- [Swift on AWS Lambda](https://fabianfett.de/2019-12-16/swift-on-aws-lambda)
50-
- Run your Vapor App on AWS Lambda (coming soon)
51-
- Swift on AWS Lambda with SAM (coming soon)
52-
--->
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.
5347

5448
## Status
5549

0 commit comments

Comments
 (0)