Skip to content

Commit bccf7eb

Browse files
author
Sebastien Stormacq
committed
add "experimental" status on the readme
1 parent 1e3157e commit bccf7eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
This package makes it easy to run AWS Lambda Functions written in Swift.
3+
24
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.
35

46
This guide contains the following sections:
@@ -11,6 +13,8 @@ This guide contains the following sections:
1113
- [Deploying your Swift Lambda functions](#deploying-your-swift-lambda-functions)
1214
- [Swift AWS Lambda Runtime - Design Principles](#swift-aws-lambda-runtime---design-principles)
1315

16+
The Swift runtime client is an experimental package. It is subject to change and intended only for evaluation purposes.
17+
1418
## The Swift AWS Lambda Runtime
1519

1620
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

Comments
 (0)