Design a site like this with WordPress.com
Get started

[14] [ProjectX] – Provision multiple zero-cost serverless environments easily

Source code: https://git.io/fj2UZ In our last blog post, we saw how Serverless framework (SLS) is the best way to create/deploy serverless projects. In this one, we will see how we can provision multiple environments easily using serverless framework without paying any money for it. 1. Stages and Environments Any decent size IT projects developed using … Continue reading [14] [ProjectX] – Provision multiple zero-cost serverless environments easily

[13] [ProjectX] – Serverless framework – Best Deployment option

Source code: https://git.io/fjz13 Until now, we have learnt the following methods of deploying serverless applications to AWS cloud Using AWS Console Using AWS CLI Using AWS CloudFormation Using Claudia.js framework Using AWS Serverless Application Model (SAM) Now let’s look at the last and best method for deployment. This uses a framework called Serverless framework (https://serverless.com/). … Continue reading [13] [ProjectX] – Serverless framework – Best Deployment option

[6] [ProjectX] – Using AWS API Gateway with AWS Lambda

In our previous blog post, we created Lambda function and used AWS Console Test button to invoke it. However, in practical scenarios, we will need something else to expose this function on internet and a way to invoke it. This is what AWS API Gateway service does best. So, in this blog post, we will … Continue reading [6] [ProjectX] – Using AWS API Gateway with AWS Lambda

[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