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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,34 @@ This library provides constructs for Rust Lambda functions built with Cargo Lamb
5
5
To use this module you will either need to have [Cargo Lambda installed](https://www.cargo-lambda.info/guide/installation.html) (`0.12.0` or later), or `Docker` installed.
6
6
See [Local Bundling](#local-bundling)/[Docker Bundling](#docker-bundling) for more information.
7
7
8
+
## Installation
9
+
10
+
### JavaScript / TypeScript
11
+
12
+
You can add [the npm package](https://npmjs.com/package/cargo-lambda-cdk) to your program as follows,
0 commit comments