PinnedLeveraging Custom Resources in AWS CloudFormationAWS CloudFormation is a powerful AWS infrastructure-as-code service, it enables you to define and provision AWS infrastructure resources in…Mar 3Mar 3
PinnedCreate a Serverless backend with AWS Lambda Function and Amazon API GatewayServerless backend may also be called Backend as a Service (Baas) and Function as a Service(Faas).Feb 10, 2021Feb 10, 2021
How to secure an AWS API Gateway with mTLS using AWS CDKMutual TLS (mTLS) offers strong authentication and encryption, protecting against unauthorized access. Implementing mTLS with an API…Oct 17Oct 17
Create Certificate Authority with AWS Private CA SDKIn cybersecurity, the importance of secure communication cannot be overstated. Certificates are the bedrock for establishing encrypted and…Apr 23Apr 23
Prevent Lambda cold start using CDKA notable challenge within the realm of serverless architecture lies in the phenomenon known as “cold starts.” A cold start occurs when a…Sep 11, 2023Sep 11, 2023
Different ways to invoke AWS Lambda FunctionsAWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service…Sep 10, 2023Sep 10, 2023
Setup CI/CD for your AWS Lambda with Serverless framework and GitHub ActionsPreviously I wrote about how to Create a Serverless backend with AWS Lambda Function, Amazon API Gateway and Serverless Framework. In that…Feb 6, 20221Feb 6, 20221
Introduction to decorators in JavaScriptA decorator is a function that takes in a function as an argument and alters its behaviour without modifying the underlying function. It…Feb 8, 2021Feb 8, 2021
Getting started with Unit Testing using Mocha and ChaiThere are different type of software testing, they include, unit testing, integration testing, beta testing, smoke testing, alpha testing…Aug 8, 2020Aug 8, 2020