bootstrap_aws_lambdas 0.0.2

Bootstrap AWS Lambda Binaries with Rust
Documentation

Bootstrap AWS Lambda Functions

Crates.io

Use this package to prepare rust binaries so they can be used with CDK lambda constructs. CDK lambda construct expects binary to be named bootstrap.

This package will copy binaryies from:

aws_lambdas_workspace/target/debug
├── bin_one
├── bin_one.d
├── bin_two
├── bin_two.d
├── build
├── deps
├── examples
└── incremental

to:

aws_lambdas_workspace/build
├── bin_one
   └── bootstrap
└── bin_two
    └── bootstrap