Metadata-Version: 1.1
Name: lambda-toolkit
Version: 0.3.2
Summary: An AWS Lambda command line interface (CLI). It helps you in creating, building, testing and deploying your lambda functions.
Home-page: https://github.com/lucioveloso/lambda-toolkit
Author: Lucio Veloso Guimaraes
Author-email: lucio.veloso@gmail.com
License: UNKNOWN
Description: =====================
        lambda-toolkit
        =====================
        
        .. image:: https://readthedocs.org/projects/lambda-toolkit/badge/?version=trunk
           :target: http://lambda-toolkit.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. image:: https://travis-ci.org/lucioveloso/lambda-toolkit.svg?branch=trunk
           :target: https://travis-ci.org/lucioveloso/lambda-toolkit
           :alt: Build Status
        
        .. image:: https://img.shields.io/pypi/pyversions/lambda-toolkit.svg
           :alt: Compatible
        
        * Now compatible with Python 2 and 3.
        * Now compatible with Linux, Mac and Windows.
        
        Easy to use and install
        ------------------------
        
        We provide a step-by-step installation guide with installation manual and how to use.
        
        Access now `here <start_>`_.
        
        
        .. _start: http://lambda-toolkit.readthedocs.io/en/trunk/start.html
        
        Documentation
        -------------
          http://lambda-toolkit.readthedocs.io/
        
        GitHub Project
        --------------
          https://github.com/lucioveloso/lambda-toolkit
        
        =====================================
        Installation::
        =====================================
        
            $ pip install lambda-toolkit -U
        
        =====================================
        Lambda-toolkit offers a lambda proxy
        =====================================
        
        Using lambda-toolkit proxy you're able to debug real events in real time in your own machine.
        
        See how it works.
        
        .. image:: https://s3-eu-west-1.amazonaws.com/lucio-public-bucket/lambda-proxy-diagram.png
        
        After you create a proxy, you're able even to put breakpoints in your code, like the example below:
        
        .. image:: https://s3-eu-west-1.amazonaws.com/lucio-public-bucket/debugging-lambda.jpg
        
        =======================================
        Lambda-toolkit offers lambda tailing
        =======================================
        
        .. image:: https://s3-eu-west-1.amazonaws.com/lucio-public-bucket/lambda-tail.gif
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
