Skip to content

Commit 6a249a3

Browse files
committed
update docs
1 parent ea6e181 commit 6a249a3

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
@@ -11,15 +11,14 @@ Install the plugin with npm
1111
$ npm install serverless-rust
1212
```
1313

14-
💡 This serverless plugin assumes you are building Rustlang lambdas using the [lando](https://github.com/softprops/lando) or [crowbar](https://github.com/ilianaw/rust-crowbar) rustlang crates.
14+
💡 This serverless plugin assumes you are building Rustlang lambdas targetting the AWS Lambda "provided" runtime. The [AWS Lambda Rust Runtime](https://github.com/awslabs/aws-lambda-rust-runtime) makes this easy.
1515

1616
Add the following to your serverless project's `serverless.yml` file
1717

1818
```yaml
1919
service: demo
2020
provider:
2121
name: aws
22-
# crowbar and lando integrate with aws lambda's python3.6 runtime
2322
runtime: rust
2423
plugins:
2524
# this adds informs servleress to use
@@ -46,7 +45,6 @@ functions:
4645
You can optionally adjust the default settings of the dockerized build env using
4746
a custom section of your serverless.yaml configuration
4847
49-
5048
```yaml
5149
custom:
5250
# this section allows for customization of the default
@@ -90,6 +88,8 @@ functions:
9088
9189
### 0.1.*
9290
91+
Older versions targetted the python 3.6 AWS Lambda runtime.
92+
9393
* lando api gateway application - https://github.com/softprops/serverless-lando
9494
* multi function lando api gateway application - https://github.com/softprops/serverless-multi-lando
9595
* crowbar cloudwatch scheduled lambda application - https://github.com/softprops/serverless-crowbar

0 commit comments

Comments
 (0)