Metadata-Version: 2.1
Name: easy_serverless
Version: 0.1.1
Summary: Tools for making serverless apps easier
Author-email: James Maguire <jamesrmaguire@live.co.uk>
License: MIT License
Project-URL: Repository, https://github.com/jrm346/Easy_Lambda
Project-URL: Bug Tracker, https://github.com/jrm346/Easy_Lambda/issues
Keywords: AWS,Lambda,decorator
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# easy_serverless

## Contributing

To get started with running the project locally simply clone the project and run `pip install -e .` to install the 
package in developer mode. This will allow you to run the unit and integration tests. 
