All Projects β†’ customink β†’ Lamby

customink / Lamby

Licence: mit
Simple Rails & AWS Lambda Integration πŸ‘πŸ›€

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Lamby

serverless-rack
Serverless plugin to deploy Ruby Rack applications (Sinatra/Rails/Padrino/Cuba etc.) and bundle gems
Stars: ✭ 58 (-82.74%)
Mutual labels:  rack, aws-lambda, ruby-on-rails
Cfn Generic Custom Resource
CloudFormation generic custom resource provider
Stars: ✭ 26 (-92.26%)
Mutual labels:  aws, aws-lambda, cloudformation
Serverless Aws Lambda Node Postgres
Serverless AWS Lambda with Node.js,Postgres Rest API with Sequelize.
Stars: ✭ 18 (-94.64%)
Mutual labels:  aws, aws-lambda, cloudformation
Aws Auto Terminate Idle Emr
AWS Auto Terminate Idle AWS EMR Clusters Framework is an AWS based solution using AWS CloudWatch and AWS Lambda using a Python script that is using Boto3 to terminate AWS EMR clusters that have been idle for a specified period of time.
Stars: ✭ 21 (-93.75%)
Mutual labels:  aws, aws-lambda, cloudformation
Autospotting
Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.
Stars: ✭ 2,014 (+499.4%)
Mutual labels:  aws, aws-lambda, cloudformation
Serverless static website with basic auth
Builds a serverless infrastructure in AWS for hosting a static website protected with Basic Authentication and published on a subdomain registered via Route 53
Stars: ✭ 112 (-66.67%)
Mutual labels:  aws, aws-lambda, cloudformation
Cloudmagick
CloudMagick is a serverless application which provides a dynamic image transformation like the small light module of apache2
Stars: ✭ 11 (-96.73%)
Mutual labels:  aws, aws-lambda, cloudformation
Aws Toolkit Eclipse
AWS Toolkit for Eclipse – an open-source plugin for developing, deploying, and managing AWS applications.
Stars: ✭ 252 (-25%)
Mutual labels:  aws, aws-lambda, cloudformation
Serverlessbydesign
A visual approach to serverless development. Think. Build. Repeat.
Stars: ✭ 254 (-24.4%)
Mutual labels:  aws, aws-lambda, cloudformation
Aws Cognito Apigw Angular Auth
A simple/sample AngularV4-based web app that demonstrates different API authentication options using Amazon Cognito and API Gateway with an AWS Lambda and Amazon DynamoDB backend that stores user details in a complete end to end Serverless fashion.
Stars: ✭ 278 (-17.26%)
Mutual labels:  aws-lambda, cloudformation
Serverless Plugin Canary Deployments
Canary deployments for your Serverless application
Stars: ✭ 283 (-15.77%)
Mutual labels:  aws, aws-lambda
Awesome Cloudformation
A curated list of resources and projects for working with AWS CloudFormation.
Stars: ✭ 290 (-13.69%)
Mutual labels:  aws, cloudformation
Aws Auto Cleanup
Open-source application to programmatically clean your AWS resources based on a whitelist and time to live (TTL) settings
Stars: ✭ 276 (-17.86%)
Mutual labels:  aws, aws-lambda
Aws Serverless Samfarm
This repo is full CI/CD Serverless example which was used in the What's New with AWS Lambda presentation at Re:Invent 2016.
Stars: ✭ 271 (-19.35%)
Mutual labels:  aws, aws-lambda
Kickoff tailwind
A rapid Rails 6 application template for personal use bundled with Tailwind CSS
Stars: ✭ 287 (-14.58%)
Mutual labels:  rails, ruby-on-rails
Serverless Architecture Boilerplate
πŸ“¦ ⚑️ πŸš€ Boilerplate to organize and deploy big projects using AWS API Gateway and AWS Lambda with Serverless Framework
Stars: ✭ 269 (-19.94%)
Mutual labels:  aws, aws-lambda
Tapping device
TappingDevice makes objects tell you what they do, so you don't need to track them yourself.
Stars: ✭ 296 (-11.9%)
Mutual labels:  rails, ruby-on-rails
Lambdaguard
AWS Serverless Security
Stars: ✭ 300 (-10.71%)
Mutual labels:  aws, aws-lambda
Elasticsearch Rails
Elasticsearch integrations for ActiveModel/Record and Ruby on Rails
Stars: ✭ 2,896 (+761.9%)
Mutual labels:  rails, ruby-on-rails
Terraform Aws Notify Slack
Terraform module which creates SNS topic and Lambda function which sends notifications to Slack
Stars: ✭ 290 (-13.69%)
Mutual labels:  aws, aws-lambda

Lamby Actions Status

Simple Rails & AWS Lambda Integration

Lamby: Simple Rails & AWS Lambda Integration

 

The goal of this project is to provide minimal code to allow your Rails application to respond to incoming AWS Lambda Function Handler in Ruby event and context objects in the Lambda handler. We support Application Load Balancer integration or API Gateway.

def handler(event:, context:)
  Lamby.handler $app, event, context, rack: :http
end

Quick Start

https://lamby.custominktech.com/docs/quick_start

Full Documentation

https://lamby.custominktech.com/docs/installing_aws_sam

Contributing

After checking out the repo, run:

$ ./bin/bootstrap
$ ./bin/setup
$ ./bin/test

Bug reports and pull requests are welcome on GitHub at https://github.com/customink/lamby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Code of Conduct

Everyone interacting in the Lamby project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

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