Metadata-Version: 2.1
Name: aws_lambda_bundler
Version: 0.0.0
Author-email: Felix Scherz <felixwscherz@gmail.com>
Project-URL: Documentation, https://github.com/unknown/aws-lambda-bundler#readme
Project-URL: Issues, https://github.com/unknown/aws-lambda-bundler/issues
Project-URL: Source, https://github.com/unknown/aws-lambda-bundler
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# aws-lambda-bundler

[![PyPI - Version](https://img.shields.io/pypi/v/aws-lambda-bundler.svg)](https://pypi.org/project/aws-lambda-bundler)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aws-lambda-bundler.svg)](https://pypi.org/project/aws-lambda-bundler)

-----

## What is it?

`aws-lambda-bundler` is a utility to build zip archives to run AWS Lambda functions from a list of dependencies.


## Installation

```console
pip install aws-lambda-bundler
```

## Usage

```console
aws-lambda-bundler --scratch-dir /tmp/build-dir --output my-lambda.zip requests boto3
```

## License

`aws-lambda-bundler` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
