You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Install the plugin with npm
11
11
$ npm i -D serverless-rust
12
12
```
13
13
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.
14
+
💡 This serverless plugin assumes you are building Rustlang lambdas targeting the AWS Lambda "provided" runtime. The [AWS Lambda Rust Runtime](https://github.com/awslabs/aws-lambda-rust-runtime) makes this easy.
15
15
16
16
Add the following to your serverless project's `serverless.yml` file
17
17
@@ -21,7 +21,7 @@ provider:
21
21
name: aws
22
22
runtime: rust
23
23
plugins:
24
-
# this adds informs servleress to use
24
+
# this adds informs serverless to use
25
25
# the serverless-rust plugin
26
26
- serverless-rust
27
27
# creates one artifact for each function
@@ -62,7 +62,7 @@ custom:
62
62
If your serverless project contains multiple functions, you may sometimes
63
63
need to customize the options above at the function level. You can do this
64
64
by defining a `rust` key with the same options inline in your function
0 commit comments