Metadata-Version: 2.1
Name: lambda-utility
Version: 1.10.1
Summary: 
Home-page: https://github.com/kakao-webtoon/lambda-utility
Author: Pie
Author-email: pie.pie@kakaoent.com
Maintainer: Pie
Maintainer-email: pie.pie@kakaoent.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiobotocore (>=1.3.0,<2.0.0)
Requires-Dist: pydantic (>=1.8.1,<2.0.0)
Project-URL: Repository, https://github.com/kakao-webtoon/lambda-utility
Description-Content-Type: text/markdown

# lambda-utility
[![Python](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9-blue)](https://www.python.org/)
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![PyPi](https://img.shields.io/pypi/v/lambda-utility.svg)](https://pypi.org/project/lambda-utility/)


AWS Lambda에서 자주 사용하는 기능 구현

## Installation
Python 3.7 +
```bash
$ pip install lambda-utility
```

## Create a layer file
```bash
$ python layer

...
Complete -> 'lambda-utility.zip'
```
or
```bash
$ python layer -o {filename}

...
Complete -> '{filename}'
```

