cargo-lambda-cdk icon indicating copy to clipboard operation
cargo-lambda-cdk copied to clipboard

CDK Construct to build Rust functions with Cargo Lambda

Results 2 cargo-lambda-cdk issues
Sort by recently updated
recently updated
newest added

The README only talks about TypeScript. It should include examples for all the supported languages. When a package is published to a repository like Nuget, we should try to find...

The version of `@babel/runtime-corejs3` in the `yarn.lock`, `7.26.0` has an open advisory against it: https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8 We should update our lock file to use version `>=7.26.10` to resolve this advisory /...