Skip to content

Commit 0d257b6

Browse files
committed
update Readme
1 parent fe42fd3 commit 0d257b6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44

55
## Introduction
66

7-
[Scaffoldly](https://scaffoldly.dev) allows you to run **any HTTP server** inside AWS Lambda. It requires **no code** changes to your existing server and a very basic configuration in the project's `Cargo.toml`. Deployments can be done locally or in GitHub Actions (see below).
7+
[Scaffoldly](https://github.com/scaffoldly/scaffoldly) allows you to run **any HTTP server** inside AWS Lambda. It requires **no code** changes to your existing server and a simple configuration in the project's `Cargo.toml`. Deployments can be done locally or in GitHub Actions (see below).
88

99
In this example, we're running a [hyper](https://crates.io/crates/hyper) server in AWS Lambda, and the `scaffoldly` toolchain handles packaging, deployment, and routing of AWS Lambda HTTP requests.
1010

11+
⭐️ Please [give `scaffoldly` a star](https://github.com/scaffoldly/scaffoldly) on GitHub! ⭐️
12+
1113
## Project Creation
1214

1315
This application was created by following the following instructions:
@@ -16,7 +18,7 @@ This application was created by following the following instructions:
1618

1719
✨ No other modifications or SDKs were made or added to the code to "make it work" in AWS Lambda.
1820

19-
Check out our other [examples](https://github.com/scaffoldly/scaffoldly-examples) and Learn more at [scaffoldly.dev](https://scaffoldly.dev)!
21+
Check out our other [examples](https://github.com/scaffoldly/scaffoldly-examples) and learn more at [scaffoldly.dev](https://scaffoldly.dev)!
2022

2123
### Working example
2224

0 commit comments

Comments
 (0)