Metadata-Version: 2.1
Name: aws_lambda_mess
Version: 0.0.4
Project-URL: Documentation, https://github.com/johanjordaan/aws_lambda_mess#readme
Project-URL: Issues, https://github.com/johanjordaan/aws_lambda_mess/issues
Project-URL: Source, https://github.com/johanjordaan/aws_lambda_mess
Author-email: johan jordaan <djjordaan@gmail.com>
License-Expression: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown

Install 
```shell
pip install aws_lambda_mess
```

Check install
```shell
alm --help
```

Start a project
```shell
alm new demo
```
This creats a new directory under the current directory.

Build the zip fiule to upload to aws
```shell
cd demo
alm build
```





----------------
Build aws_lambda_mess
```shell
hatch build
```
Upload to pip
```shell
py -m twine upload dist/* --user johanjordaan
```




