Skip to content

Commit 805d428

Browse files
committed
links to serverless application templates
1 parent 831f3e5 commit 805d428

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ $ cat output.json # Prints: {"message":"Hello, world!"}
9797
You can optionally skip all of the manual building, renaming, and deploying steps above and use the [Serverless framework Rust plugin](https://github.com/softprops/serverless-rust). You can find an example
9898
getting started template application [here](https://github.com/softprops/serverless-aws-rust).
9999

100-
To get started just run the following to create a new lambda Rust application
100+
Serverless application templates exist for a minimal [echo function](https://github.com/softprops/serverless-aws-rust), [http function](https://github.com/softprops/serverless-aws-rust-http), and [multi function service](https://github.com/softprops/serverless-aws-multi).
101+
102+
To get started, just run the following commands to create a new lambda Rust application
101103
and install project level dependencies.
102104

103105
```bash

0 commit comments

Comments
 (0)