{"library":"aws-lambda-build","type":"library","category":null,"description":"`aws-lambda-build` is a lightweight command-line interface (CLI) tool designed for building and packaging AWS Lambda functions into `.zip` archives. Its core functionality involves navigating to a specified function directory, executing `npm install` to resolve dependencies, and then zipping the entire directory contents into a deployable `.zip` file. Currently at version 1.0.8, the project has seen slow but stable development, with recent updates focusing on cross-platform compatibility across Windows, Mac, and Linux, and a transition to pure Node.js for its implementation (v1.0.4). A key differentiator is its minimal footprint, explicitly stating \"no external dependencies except *archiver*\", making it a highly self-contained solution compared to more complex build systems.","language":"javascript","status":"maintenance","version":"1.0.8","tags":["javascript","AWS Lambda","Local build","build"],"last_verified":"Wed May 27","install":[{"cmd":"npm install aws-lambda-build","imports":["npx lambda-build --function=path/to/your/lambda --archive=output.zip","lambda-build -f path/to/your/function","lambda-build --function=... --archive=my-function.zip"]},{"cmd":"yarn add aws-lambda-build","imports":[]},{"cmd":"pnpm add aws-lambda-build","imports":[]}],"homepage":null,"github":"https://github.com/Max-Kolodezniy/aws-lambda-build","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/aws-lambda-build","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/aws-lambda-build/compatibility"}}