Design a site like this with WordPress.com
Get started

[8] [ProjectX] – Automating Deployment using AWS CloudFormation

Source code: https://git.io/fj84C In our last blog post, we saw how to automate deployment using AWS CLI. In this one, we will explore one more method of automatic deployment using AWS CloudFormation service. CloudFormation is like a domain-specific language created for deployment. It is a declarative language wherein you create a file in YAML or … Continue reading [8] [ProjectX] – Automating Deployment using AWS CloudFormation

[7] [ProjectX] – Automating Deployment using AWS CLI

Source code: https://git.io/fjl9A In our last two blog posts, we did the following things manually using AWS Console Created/Deployed Lambda function and Created/Deployed API Gateway But such kind of deployments requires human intervention, which reduces speed as well as introduces errors. Also, there is no accountability and tracking of what was exactly done. So what … Continue reading [7] [ProjectX] – Automating Deployment using AWS CLI

[5] [ProjectX] – Getting Started with AWS Lambda

Source code: https://git.io/fjlWo In this blog post, we will be creating our first function using AWS Lambda and understanding intricacies related to it. Creating Lambda function Step-1: Login to your AWS console with a user having Administrator privileges and open AWS Lambda service. You should be seeing the landing page as below Step-2: Click on … Continue reading [5] [ProjectX] – Getting Started with AWS Lambda

[4] [ProjectX] – From Zero to Hero in Serverless

Let’s begin our journey of learning Serverless computing. I am going to be using ProjectX as the moniker for it. So, whenever you see this word in title of blogpost, you will know this post is one in the series of posts helping you to start from Zero and become a Hero in the Serverless … Continue reading [4] [ProjectX] – From Zero to Hero in Serverless