Metadata-Version: 2.1
Name: yald
Version: 0.2.0
Summary: Simple script for deploying code for a Lambda.
Home-page: https://github.com/seanlynch/yald
Author: Sean Lynch
Author-email: seanl@literati.org
License: Apache Software License 2.0
Keywords: yald
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Requires-Dist: boto3

=======================
Deployer of AWS Lambdas
=======================


.. image:: https://img.shields.io/pypi/v/yald.svg
        :target: https://pypi.python.org/pypi/yald

.. image:: https://img.shields.io/travis/seanlynch/yald.svg
        :target: https://travis-ci.com/seanlynch/yald

.. image:: https://readthedocs.org/projects/lambda-deployer/badge/?version=latest
        :target: https://lambda-deployer.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Simple script for deploying code for a Lambda.


* Free software: Apache Software License 2.0
* Documentation: https://lambda-deployer.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-11-25)
------------------

* First release on PyPI.


