Metadata-Version: 2.1
Name: lex-bot-deploy
Version: 0.1.5
Summary: Lex Bot deployment script and function
Home-page: https://github.com/Schadix/lex_bot_deploy
Author: Martin Schade
Author-email: git.schade@gmail.com
License: MIT license
Keywords: lex_bot_deploy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.4
Requires-Dist: Click (>=6.0)
Requires-Dist: boto3
Requires-Dist: botocore
Requires-Dist: tenacity

==============
lex-bot-deploy
==============


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

.. image:: https://img.shields.io/travis/Schadix/lex_bot_deploy.svg
        :target: https://travis-ci.org/Schadix/lex_bot_deploy

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


Deployment and export Amazon Lex Schema bots.
Makes it easy to maintain bots in source, share and use for CI/CD processes::

    pip install lex_bot_deploy
    lex-bot-get-schema --lex-bot-name ScheduleAppointment


* Free software: MIT license
* Documentation: https://lex-bot-deploy.readthedocs.io.


Features
--------

Let me know :-)

* make creation of permissions optional
* allow mapping of Lambda endpoints or allow options to map aliases to Lambda function (tbd)


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.5 (2018-11-12)
------------------

* add region endpoint exception check

0.1.4 (2018-11-12)
------------------

* fix lex-bot-get-schema not exposed as script

0.1.3 (2018-11-11)
------------------

* added examples as option for deployment


0.1.2 (2018-11-10)
------------------

* added creation of Lambda permissions for Lex bot


0.1.1 (2018-11-09)
------------------

* added lex-bot-get-schema script and function


0.1.0 (2018-11-08)
------------------

* First release on PyPI.


