All Projects → jeshan → lambda-checklist

jeshan / lambda-checklist

Licence: CC0-1.0 License
The checklist for meticulous serverless engineers

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to lambda-checklist

libreoffice-lambda-layer
No description or website provided.
Stars: ✭ 87 (+234.62%)
Mutual labels:  aws-lambda
next-material-aws-lambda
Next.js material-ui example deployed on AWS Lambda
Stars: ✭ 21 (-19.23%)
Mutual labels:  aws-lambda
whats-your-name
Sample app for AWS Serverless Repository - uses Amazon Rekognition to recognize person on the photo
Stars: ✭ 17 (-34.62%)
Mutual labels:  aws-lambda
shim
HTTP Handler shim for Go projects running on AWS Lambda
Stars: ✭ 64 (+146.15%)
Mutual labels:  aws-lambda
serverless-react-server-side-render
A Demo of Serverless Framework with React Server Side Render
Stars: ✭ 20 (-23.08%)
Mutual labels:  aws-lambda
Mac-OS-Setup-Applications
👾 All I need to setup a new Mac and the applications I use everyday as a Web Developper
Stars: ✭ 96 (+269.23%)
Mutual labels:  checklist
HolyTips
A Collection of Notes, Checklists, Writeups on Bug Bounty Hunting and Web Application Security.
Stars: ✭ 1,210 (+4553.85%)
Mutual labels:  checklist
nestjs-graphql-serverless
Boilerplate for using NestJS with GraphQL (Code-First) on serverless environment (AWS Lambda)
Stars: ✭ 64 (+146.15%)
Mutual labels:  aws-lambda
aws-sync-routes
Synchronizes the specified route from the main/default route table to all custom route tables in the VPC.
Stars: ✭ 16 (-38.46%)
Mutual labels:  aws-lambda
chocs
Modern HTTP framework for AWS Serverless and WSGI compatible servers.
Stars: ✭ 15 (-42.31%)
Mutual labels:  aws-lambda
amazon-ivs-simple-chat-web-demo
⚠️ IMPORTANT ⚠️ This repository is no longer actively maintained and will be archived at the end of 2022. A basic live chat implementation built with WebSockets, that can be used in conjunction with Amazon IVS to build compelling customer experiences for live video streams with chat use cases.
Stars: ✭ 53 (+103.85%)
Mutual labels:  aws-lambda
create-netlify-ts
👟 Building Netlify Functions with TypeScript has never been this easy
Stars: ✭ 20 (-23.08%)
Mutual labels:  aws-lambda
super-serverless-sample
Backend serverless que simula o sistema de votação do BBB
Stars: ✭ 30 (+15.38%)
Mutual labels:  aws-lambda
Zipcodes
A simple library for querying U.S. zipcodes.
Stars: ✭ 63 (+142.31%)
Mutual labels:  aws-lambda
SWoT
A web application for designing, tracking, and reporting progress on workouts. Written in JavaScript with React, Redux, Material UI, and hosted by a serverless AWS backend.
Stars: ✭ 14 (-46.15%)
Mutual labels:  aws-lambda
serverless data pipeline example
Build and Deploy A Serverless Data Pipeline on AWS
Stars: ✭ 24 (-7.69%)
Mutual labels:  aws-lambda
node-lambda-babel-template
A minimal template for an ES2015+ Node.js app running on AWS Lambda (w/ babel and webpack).
Stars: ✭ 40 (+53.85%)
Mutual labels:  aws-lambda
hyper-kube-config
H Y P E R K U B E - A Serverless API and kubectl plugin providing a storage and retrieval Kubernetes cluster credentials. Hyperkube leverages AWS Secrets Manager for storing credential information.
Stars: ✭ 27 (+3.85%)
Mutual labels:  aws-lambda
bref-symfony-demo
[DEPRECATED] Demo of a Symfony application deployed on AWS lambda using Bref
Stars: ✭ 32 (+23.08%)
Mutual labels:  aws-lambda
amazon-ivs-ecommerce-web-demo
This repository shows how you can build a compelling eCommerce experience with Amazon IVS.
Stars: ✭ 19 (-26.92%)
Mutual labels:  aws-lambda


  Lambda Checklist

The Lambda Checklist is a list of all elements you need to have / to test before launching your infra to production.

  How To UseContributing

Sister project: CloudFormation Checklist
  🎮 CloudFormation Checklist

Inspired by the Front-end Checklist
  🎮 Front-End Checklist

Table of Contents

See https://lambdachecklist.com


How to use?

All items in the Lambda Checklist are required for the majority of the projects, but some elements can be omitted or are not essential (in the case of an administration web app, you may not need RSS feed for example). We choose to use 3 levels of flexibility:

  • Low means that the item is recommended but can be omitted in some particular situations.
  • Medium means that the item is highly recommended and can eventually be omitted in some really particular cases. Omitting these that engineers may not work at full speed.
  • High means that the item can't be omitted by any reason. You may risk security issues in your infra. The testing priority needs to be on these elements first.

Some resources possess an emoticon to help you understand which type of content / help you may find on the checklist:

  • 📖: documentation or article
  • 🛠: online tool / testing tool
  • 📹: media or video content

You can contribute to the Lambda Checklist App reading the README_APP file which explains everything about the project.

Lambda Checklist Badge

If you want to show you are following the rules of the Lambda Checklist, put this badge on your README file!

Lambda_Checklist followed

[![Lambda_Checklist followed](https://img.shields.io/badge/Front‑End_Checklist-followed-brightgreen.svg)](https://github.com/jeshan/lambda-checklist/)

Contributing

Open an issue or a pull request to suggest changes or additions.

Authors

Original checklist application author: David Dias

Modified for AWS Lambda: Jeshan G. BABOOA

Infrastructure

The website is a static one deployed on AWS. Contents are stored in Amazon S3 while CloudFront cdn is used to deliver the contents. This is how the stack is:

This is how the deployment pipeline has been set up:

Images automatically generated with cfnbuddy

License

CC0

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