{"library":"aws-lambda-bundler","type":"library","category":null,"description":"aws-lambda-bundler is a JavaScript utility designed to create zip archives for AWS Lambda function deployments. Its primary feature is the explicit exclusion of the `aws-sdk` from the bundled package, aiming to reduce the overall deployment size, as the SDK is often the largest component. The package is currently at version 1.0.12. Released over six years ago, it appears to be no longer actively maintained, with minimal updates or recent community activity. While it offers a simple command-line and programmatic interface for basic bundling, modern AWS Lambda deployment practices typically favor more advanced bundlers like `esbuild` (often integrated into AWS CDK's `NodejsFunction` or Serverless Framework) or `webpack` for their superior performance, tree-shaking capabilities, and better support for contemporary JavaScript features like TypeScript and ESM. These newer alternatives provide more granular control over dependencies and often result in smaller, more optimized bundles and improved cold start times.","language":"javascript","status":"abandoned","version":"1.0.12","tags":["javascript","aws","lambda","hash","bundle","zip"],"last_verified":"Wed May 27","install":[{"cmd":"npm install aws-lambda-bundler","imports":["import { bundle } from 'aws-lambda-bundler';","import bundler from 'aws-lambda-bundler';"]},{"cmd":"yarn add aws-lambda-bundler","imports":[]},{"cmd":"pnpm add aws-lambda-bundler","imports":[]}],"homepage":"https://gitlab.com/Auxolust/aws-lambda-bundler#readme","github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/aws-lambda-bundler","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-bundler/compatibility"}}