All Projects → lucioveloso → Lambda Toolkit

lucioveloso / Lambda Toolkit

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Lambda Toolkit

Lambcycle
🐑🛵 A declarative lambda middleware with life cycle hooks 🐑🛵
Stars: ✭ 88 (-22.81%)
Mutual labels:  aws, serverless, aws-lambda, lambda-functions
Aws Lambda List
A list of hopefully useful AWS lambdas and lambda-related resources.
Stars: ✭ 130 (+14.04%)
Mutual labels:  aws, serverless, aws-lambda, lambda-functions
Serverless Photo Recognition
A collection of 3 lambda functions that are invoked by Amazon S3 or Amazon API Gateway to analyze uploaded images with Amazon Rekognition and save picture labels to ElasticSearch (written in Kotlin)
Stars: ✭ 345 (+202.63%)
Mutual labels:  aws, serverless, aws-lambda, lambda-functions
Serverless Aws Alias
Alias support for Serverless 1.x
Stars: ✭ 171 (+50%)
Mutual labels:  aws, serverless, aws-lambda, lambda-functions
Aws Serverless Airline Booking
Airline Booking is a sample web application that provides Flight Search, Flight Payment, Flight Booking and Loyalty points including end-to-end testing, GraphQL and CI/CD. This web application was the theme of Build on Serverless Season 2 on AWS Twitch running from April 24th until end of August in 2019.
Stars: ✭ 1,290 (+1031.58%)
Mutual labels:  aws, serverless, aws-lambda, lambda-functions
Serverless Plugin Canary Deployments
Canary deployments for your Serverless application
Stars: ✭ 283 (+148.25%)
Mutual labels:  aws, serverless, aws-lambda, lambda-functions
Webiny Js
Enterprise open-source serverless CMS. Includes a headless CMS, page builder, form builder and file manager. Easy to customize and expand. Deploys to AWS.
Stars: ✭ 4,869 (+4171.05%)
Mutual labels:  aws, serverless, aws-lambda, lambda-functions
Lambdauth
A sample authentication service implemented with a server-less architecture, using AWS Lambda to host and execute the code and Amazon DynamoDB as persistent storage. This provides a cost-efficient solution that is scalable and highly available and can be used with Amazon Cognito for Developer Authenticated Identities.
Stars: ✭ 1,365 (+1097.37%)
Mutual labels:  aws, serverless, aws-lambda
Serverless Node Simple Image Resize
Simple image resize AWS lambda function
Stars: ✭ 74 (-35.09%)
Mutual labels:  aws, serverless, aws-lambda
Serverless Plugin Git Variables
⚡️ Expose git variables to serverless
Stars: ✭ 75 (-34.21%)
Mutual labels:  aws, serverless, aws-lambda
Zip It And Ship It
Intelligently prepare Node.js Lambda functions for deployment
Stars: ✭ 104 (-8.77%)
Mutual labels:  aws, serverless, lambda-functions
Serverless Chat
A serverless web chat built using AWS Lambda, AWS IoT (for WebSockets) and Amazon DynamoDB
Stars: ✭ 99 (-13.16%)
Mutual labels:  aws, serverless, aws-lambda
Serverless Cljs Plugin
Serverless plugin for Clojurescript deployment w/ cljs-lambda
Stars: ✭ 72 (-36.84%)
Mutual labels:  aws, serverless, aws-lambda
Serverless Node Simple Messaging
Simple email AWS lambda function
Stars: ✭ 75 (-34.21%)
Mutual labels:  aws, serverless, aws-lambda
Serverless Plugin Webpack
Serverless Plugin Webpack
Stars: ✭ 72 (-36.84%)
Mutual labels:  aws, serverless, aws-lambda
Tensorflow Lambda Layer
Lets you import Tensorflow + Keras from an AWS lambda
Stars: ✭ 79 (-30.7%)
Mutual labels:  aws, serverless, aws-lambda
Aws Github Actions
Deploy 🚀 to AWS ☁️ with GitHub Actions!
Stars: ✭ 70 (-38.6%)
Mutual labels:  aws, serverless, aws-lambda
Lambda Refarch Webapp
The Web Application reference architecture is a general-purpose, event-driven, web application back-end that uses AWS Lambda, Amazon API Gateway for its business logic. It also uses Amazon DynamoDB as its database and Amazon Cognito for user management. All static content is hosted using AWS Amplify Console.
Stars: ✭ 1,208 (+959.65%)
Mutual labels:  aws, serverless, aws-lambda
Awesome Layers
λ A curated list of awesome AWS Lambda Layers. Sponsored by https://cloudash.dev
Stars: ✭ 1,655 (+1351.75%)
Mutual labels:  aws, serverless, aws-lambda
Kinesis Streams Fan Out Kinesis Analytics
Amazon Kinesis Streams fan-out via Kinesis Analytics (powered by the Serverless Framework)
Stars: ✭ 95 (-16.67%)
Mutual labels:  aws, serverless, aws-lambda

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].