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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ There are other ways of building your function: manually with the AWS CLI, with
85
85
86
86
By default, Cargo Lambda builds your functions to run on x86_64 architectures. If you'd like to use a different architecture, use the options described below.
87
87
88
-
#### 1.2. Build your Lambda functions
88
+
#### 1.1. Build your Lambda functions
89
89
90
90
__Amazon Linux 2023__
91
91
@@ -101,7 +101,7 @@ For [a custom runtime](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-cus
101
101
102
102
You can find the `bootstrap` binary for your function under the `target/lambda` directory.
103
103
104
-
#### 2.2. Deploying with Cargo Lambda
104
+
#### 2.1. Deploying with Cargo Lambda
105
105
106
106
Once you've built your code with one of the options described earlier, use the `deploy` subcommand to upload your function to AWS:
0 commit comments