Hi! 👋 Welcome to Symphonia's home on Github. Symphonia is John Chapin and Mike Roberts - we've been helping companies use AWS and Serverless since 2017.
We have a number of public repositories, some of which are mentioned below, but please explore! You may also be interested in our blog at https://blog.symphonia.io/ , and you can also email us at [email protected] .
We wrote a book with O'Reilly on Lambda - you can buy it here!
You don't need to buy the book to see the example source code though - you can find that in programming-aws-lambda-book
Quick start "template" repos:
- "Bare Bones" - preparing for CDK, and deploying an empty application
- Coffee Store V2 - Adds a Lambda Function resource; source code + build for the Lambda Function; unit + in-cloud integration tests
- Coffee Store Web Basic - Website hosting on AWS with CloudFront and S3
- Coffee Store Web Full - A further extension of Coffee Store Web Basic that is a real working demo of a production-ready website project, including TLS certificates, DNS hosting, Github Actions Workflows, multiple CDK environments (prod vs test vs dev)
We also have CDK constructs:
- cdk-website - Simplifies deploying a website with CloudFront and S3