Skip to content

Commit

Permalink
chore(cdk): install cargo-lambda-cdk
Browse files Browse the repository at this point in the history
- Installs `cargo-lambda-cdk` to deploy a Lambda function written in
  Rust.
  • Loading branch information
kikuomax committed Oct 12, 2023
1 parent e80be82 commit 6fc2922
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 1 deletion.
200 changes: 199 additions & 1 deletion cdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@codemonger-io/cdk-qwik-bundle": "github:codemonger-io/cdk-qwik-bundle#v0.1.0",
"@types/uuid": "^9.0.1",
"aws-cdk-lib": "^2.82.0",
"cargo-lambda-cdk": "^0.0.17",
"cdk-cloudfront-function-bundle": "github:codemonger-io/cdk-cloudfront-function-bundle#v0.1.0",
"cdk-ghost-string-parameter": "github:codemonger-io/cdk-ghost-string-parameter#v0.1.0",
"cdk-rest-api-with-spec": "github:codemonger-io/cdk-rest-api-with-spec#v0.2.1",
Expand Down

0 comments on commit 6fc2922

Please sign in to comment.