jeshan / lambda-checklist

The checklist for meticulous serverless engineers

Home Page:https://lambdachecklist.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


  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

About

The checklist for meticulous serverless engineers

https://lambdachecklist.com

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 39.7%Language:CSS 34.5%Language:HTML 25.6%Language:Dockerfile 0.3%