Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucioveloso/lambda-toolkit

*DO NOT USE* - This project was done during my initial python and lambda's studies. I would recommend you the `serverless framework`.
https://github.com/lucioveloso/lambda-toolkit

aws aws-lambda debug-lambda debugging-tool ide lambda-debug lambda-debugger lambda-environment lambda-functions lambda-proxy lambda-toolkit real-events serverless sqs-queue

Last synced: about 1 month ago
JSON representation

*DO NOT USE* - This project was done during my initial python and lambda's studies. I would recommend you the `serverless framework`.

Awesome Lists containing this project

README

        

=====================
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.

Top Features
------------

* Invoke locally lambdas in your machine with simulated events or real events
* Easy import and deploy your lambdas in different regions (v0.3.0)
* Supporting Lambda Environment Variables (Even in local execution) (v0.3.3)

Contributing
------------

We are open to contributions. Also let we know if you need some feature that is not implemented or it's not working properly. Please feel free to open an Issue in the Github project requesting fixes or new features.

Easy to use and install
------------------------

We provide a step-by-step installation guide with installation manual and how to use.

Access now `here `_.

.. _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