Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.31 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.31 KB

cdp4aws: Cloud Design Patterns for AWS

This project is a collection of implementations of Cloud Design Patterns using Amazon Web Services (AWS). In the spirit of agile development, these are being iteratively developed, with the first pattern implemented here being the [Request Queueing Cloud Design Pattern] (https://docs.google.com/document/d/1J7YDJZtkwEjNyEvweDyh2HbEIKAotk59vdOTgClqf-w/edit?usp=sharing#heading=h.fndz2kidwmz6) leveraging AWS SQS & Elastic Beanstalk.

The artifacts produced by this project thus far are a JavaScript library for clients, a Java library for server implementations, and a Maven Archetype to rapidly add a pattern to your project.

See:

Example Sources: