Johannes Kochlockhead.hashnode.dev·Nov 27, 2023Custom BluePrints in CodeCatalyst – templated projects that empower you to build better softwareIn this post you will learn how to build a Custom BluePrints in Amazon CodeCatalyst. You will get to know how Custom BluePrints allow you to generate a consistent setup of your projects and CI/CD workflows and how you can leverage this to empower you...CI/CD
Johannes Koningsjohanneskonings.hashnode.dev·Aug 19, 2023Example how to use zod with CDK serverless v2The AWS CDK Serverless Toolsuite from Thorsten Hoeger helps, among others, to deploy an API Gateway from OpenApi specs and a DynamoDb from DynamoDb onetable data modeling. The advantage is to leverage the type safety from Typscript generated from the...AWS