π This is not properly displayed? Read all of our issues online! π‘
Hi Reader ππ½
in this newsletter, we want to give you insights and progress updates about our upcoming book: The CloudWatch Book π
We'll cover why we want to create such a book, what we will cover in the book, and give you a sneak peek into our example application.
CloudWatch is one of the most essential services in AWS. It gives you the power of having one centralized place for all of your logs, metrics, and alarms, and even gives you more tools to observe your application.
We saw many companies already paying for third-party providers before they even understood what CloudWatch is capable of. Often they even ended up with double the costs, for such simple use cases that could have been fulfilled with CloudWatch only.
This is where we want to educate. We want to showcase how to use CloudWatch in a distributed Cloud application and what it is capable of. This makes the decision of buying a third-party provider vs. using native AWS tooling much easier!
The CloudWatch Book consists of several parts.
At the core of our book is a Hands-On Project, featuring a web application to track GitHub repositories - complete with full IAC and business logic code.
We developed a web application for tracking GitHub repositories (stars, languages, etc.). We've included several native AWS Services like Lambda, DynamoDB, API Gateway, S3, and more. With this application, we will show you a real-world example of how to apply observability in a distributed application.
Alongside the book, we offer insightful infographics for key topics. The book will cover all the theoretical knowledge that is necessary to understand CloudWatch. We will include relevant code passages for you to follow along.
For major topics, we have created one-page infographics so that you can get all the information on one page.
You can see the full TOC here.
Our accompanying video course will guide you through the whole journey of CloudWatch.
In this course, we will:
β
We're making great progress! Key chapters such as Log Insights, Metrics, Alarms, and Distributed Tracing are going very well.
While each chapter includes more and more development in the hands-on project we are very happy with the progress.
The whole infrastructure is created with Terraform and we are still deciding if we add CDK support as well, but we do think we'll do that π (let us know what you think about this, do you need CDK)
If you have specific topics in mind that you want to learn please reach out to us. AWS Fundamentals was a great book because we wrote it together with you.
If you have anything in mind simply reply to this email, and we read every one of them π
Thank you for being part of our journey. We will keep you posted with more sample chapters, screencasts, and updates about our project.
Have a great week ahead!
Best,
Sandro & Tobi βπ½
β
β
Join our community of over 9,300 readers delving into AWS. We highlight real-world best practices through easy-to-understand visualizations and one-pagers. Expect a fresh newsletter edition every two weeks.
AWS FOR THE REAL WORLD β±οΈ Reading time: 8 minutes π― Main Learning: Building & Testing Lambda@Edge Functions with LocalStack π Blog Post Hey Reader ππ½we hope you have a great week! End of last year the CDN Edgeio was deprecated. Tobi's client company used it and the only thing that saved his day was CloudFront and Lambda@Edge Functions. But we realized that testing them and executing them locally is a pain. When we started to look for a solution we found Localstack - let's see how we can use...
AWS FOR THE REAL WORLD β±οΈ Reading time: 8 minutes π― Main Learning: Migrating from Edgio to CloudFront π Blog Post π» GitHub Repository Hey Reader ππ½After a busy week in Prague, both Tobi and I (Sandro) delivered our talks and we got quite some good feedback! We will share them in a separate newsletter soon.But this newsletter is all about accessing S3 within a VPC via Gateway endpoints vs. Internet routing. We know these networking issues are not the fanciest onces (looking at you AI) but...
Hey Reader ππ½ We've been talking a lot about how great SST's switch to Pulumi was, and many of you have asked us how to use plain Pulumi directly. So today, we're sharing our quick guide to Pulumi - a tool we're really excited about since it lets us build infrastructure with languages we already know and love. No more learning weird syntax - just TypeScript, Python, or whatever we're comfortable with! We spent the last few days playing with it, and here's what we've learned... AWS Community...