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.
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