You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
1
2
+
This package makes it easy to run AWS Lambda Functions written in Swift.
3
+
2
4
You can read [the Swift AWS Lambda Runtime documentation](https://swiftpackageindex.com/awslabs/swift-aws-lambda-runtime/2.3.0/documentation/awslambdaruntime) on the Swift Package Index.
3
5
4
6
This guide contains the following sections:
@@ -11,6 +13,8 @@ This guide contains the following sections:
11
13
-[Deploying your Swift Lambda functions](#deploying-your-swift-lambda-functions)
The Swift runtime client is an experimental package. It is subject to change and intended only for evaluation purposes.
17
+
14
18
## The Swift AWS Lambda Runtime
15
19
16
20
Many modern systems have client components like iOS, macOS or watchOS applications as well as server components that those clients interact with. Serverless functions are often the easiest and most efficient way for client application developers to extend their applications into the cloud.
0 commit comments