Giter Club home page Giter Club logo

the-band-of-misfits's Introduction

The Band of Misfits

The Jolly Band of AWS compatible services that AWS overlooked.

the band of misfits

Amazon Web Services (AWS) is a vast collection of services that can be used to build almost anything. However, there are some patterns or functionalities that are common, can be implemented using services offered by AWS, but require some amount of work to deliver. This is where the "Band of Misfits" comes in. The "Band of Misfits" is a collection of services that provide common functionalities not available out-of-the-box in AWS. These services are designed to be simple to use and deploy, built on top of AWS services, and offer interfaces similar to AWS services.

Each project can be deployed to your AWS Account separately. It exposes a HTTP API and is invokable using a client similar to clients found in AWS SDK v3. Future versions will also include a Dashboard UI.

The Colorful Gang:

  • Jack in the Cloud - like Jack in the Box popping up whenever you request: scheduled notifications' delivery.

Project structure

Repository is built using PDK and projects align to its structure.

All projects in the "Band of Misfits" (located in the misfits/ directory) are structured in the same way. The structure is as follows:

<project>
├── README.md
├── api # API definitions
│   ├── generated # projects generated from the API definitions
│   │   ├── client # code generator for the API
│   │   ├── infrastructure # AWS infrastructure required to run the API
│   │   └── runtime # generated types for the API
│   ├── handlers # Lambda handlers for the API
│   └── model # Smithy models of the API
├── examples # examples of how to use the service
├── infra # AWS infrastructure required to run the service
└── service # service implementation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.