rust.aws-cdk-lambda icon indicating copy to clipboard operation
rust.aws-cdk-lambda copied to clipboard

A CDK (v2) Construct Library for AWS Lambda in Rust

Results 5 rust.aws-cdk-lambda issues
Sort by recently updated
recently updated
newest added

Using the latest build 1.2.1, it seems that specifying buildEnvironment as a param to multiple RustFunction instances causes only the first passed env vars for the first hit RustFunction instance...

documentation
awaiting-response

> TypeError: Cannot read properties of null (reading 'toString') This rather cryptic error is thrown from: https://github.com/rnag/rust.aws-cdk-lambda/blob/73b8cdb93d4a00a16e57e8a7552092ffc77444de/lib/build.ts#L178 ... when trying to call `cargo.stderr.toString()`. The reason is that `cargo.stderr` may be...

enhancement
help wanted
good first issue

Hey, it looks like RustFunction is trying to execute cargo lambda upon synth, which in my opinion shouldn't happen. I have multiple stacks and don't want to compile the rust...

enhancement
good first issue
awaiting-response

The goal here is quite simple, but ideally we want to provide a way for users to compile rust code in a containerized manner, perhaps leveraging Docker and an *Amazon...

enhancement
help wanted
good first issue

This issue derives from an understandable concern in [this Reddit thread](https://www.reddit.com/r/rust/comments/tjh3nt/comment/i1nsrcn/?utm_source=share&utm_medium=web2x&context=3). Essentially it can be summed up as follows: > [...] I'm just worried that this is just working so...

enhancement
help wanted
good first issue