Skip to content

Commit fe42fd3

Browse files
committed
update readme
1 parent ce97859 commit fe42fd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
## Introduction
66

7-
[Scaffoldly](https://scaffoldly.dev) allows you to run **any HTTP server** on 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://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).
88

9-
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 AWS Lambda HTTP traffic.
9+
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

1111
## Project Creation
1212

1313
This application was created by following the following instructions:
1414

1515
1. Hyper's [Getting Started](https://hyper.rs/guides/1/server/hello-world/) guide.
1616

17-
✨ No modifications or SDKs were made or added to the code to "make it work" in AWS Lambda.
17+
✨ No other modifications or SDKs were made or added to the code to "make it work" in AWS Lambda.
1818

1919
Check out our other [examples](https://github.com/scaffoldly/scaffoldly-examples) and Learn more at [scaffoldly.dev](https://scaffoldly.dev)!
2020

0 commit comments

Comments
 (0)