© 2022 Hashnode
🔰 Beginners new to AWS CDK, please do look at my previous articles one by one in this series. If in case missed my previous article, do find it with the below links. 🔁 Original previous post at 🔗 …
🔰 Beginners new to AWS CDK, please do look at my previous articles one by one in this series. If in case missed my previous article, do find it with the below links. 🔁 Original previous post at 🔗 D…
Introduction We all love CDK! Don’t we all? Since its introduction, we’ve finally got a Typescript tool to write IaC on AWS precisely and structured for serverless applications. But there is a crucial…
In this post, we are going to use the AWS CDK and TypeScript to build a Lambda Function that triggers a CloudWatch Alarm that sends an email when an invocation error occurs. All of the code can be fou…
Infrastructure as Code (IaC) is the managing and provisioning of infrastructure through code instead of through manual processes. With IaC, configuration files are created that contain your infrastruc…
In this project, I will discuss how you can build a simple leave apply/approval system using AWS Serverless services. These are the main functionalities of this implementation. Apply for a leave Conf…