Package Exports
- build-lambda-layer
Readme
Build Lambda Layer
Builds Awesome Node Lambda Layers with Control! 🕹
Build Lambda Layer is a small utility CLI for building Lambda Layers with control for AWS Node Lambda projects.
Why is this written?
Build Lambda Layer is built to take any consideration out of the seemingly simple task of building a lambda layer.
Sure, you could do it manually but why when Build Lambda Layer will get it done it for you!
Do I get any other benefits?
Yes! Build Lambda Layer is built to assist with optimizing your node lambda layer builds, it:
- Works with and for monorepos
- Provides
ignore
andinclude
support
Install
pnpm install build-lambda-layer
Usage
Build Lambda Layer is built to work as a CLI.
Easy mode
install-layer
Full API
Usage: build-layer [options]
Build Lambda Layer, Build node awesome lambda layers with controls 🕹
Options:
-c, --config <config> path to a config file
--debug enable debugging
-f, --files [files...] file glob pattern
-i, --ignore [ignore...] ignore glob pattern
--isTesting enable running fn tests w/o overwriting
-r, --rootDir <rootDir> root directory to start search
--runner <runner> npm, pnpm, or yarn
-t, --isTestingCLI enable CLI only testing
-h, --help display help for command
Roadmap
- Tests (should come tomorrow)
- Full AWS CLI integration
Made by @yowainwright for fun with passion! MIT, 2022 🐝