Exploring AWS Serverless Deployments with CDK v2: From RSS to X Posts - Part 3 of the Odyssey

Exploring AWS Serverless Deployments with CDK v2: From RSS to X Posts - Part 3 of the Odyssey

Welcome to part 3 of “Exploring AWS Serverless Deployments with CDK v2”. Firstly I’d like to thank you for your patience as there’s been a bit of a gap since part 2. I was deep into studying and working on serverless projects at work which kept me away, but i’m excited to get back on track and continue our exploration.

In previous posts, we’ve defined our constructs and deployed them to AWS. Today, we’ll focus on an essential practice: testing. Proper testing ensures that our deployments work as expected and can save us from potential issues.

Read more