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-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,19 @@ If you want to learn more about Rust on Lambda and how this project is structure
18
18
19
19
### Requirements
20
20
21
-
*[Rust](https://www.rust-lang.org/)
21
+
*[Rust](https://www.rust-lang.org/) 1.56.0 or higher
22
22
*[Cross](https://github.com/rust-embedded/cross) for cross-compilation to Arm64
23
-
* The [AWS SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html) for deploying to the cloud
23
+
* The [AWS SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html)1.33.0 or higher for deploying to the cloud
24
24
*[Artillery](https://artillery.io/) for load-testing the application
25
25
26
26
### Commands
27
27
28
28
You can use the following commands at the root of this repository to test, build, and deploy this project:
0 commit comments