Design a site like this with WordPress.com
Get started

[20] – Deploying Microservices using AWS Cloud Development Kit (CDK)

Source code: https://git.io/fjDYx In a recent blog post, we discussed about the journey we go through that leads us to search for better options to deal with ever increasing and complex deployment workloads, as adoption of cloud grows in our organization. In this blog post, we will look at how to practically use AWS CDK … Continue reading [20] – Deploying Microservices using AWS Cloud Development Kit (CDK)

[19] – Implementing Microservices using GraphQL, AWS AppSync and DynamoDB

If you have been following this blog, you are aware that I am enamored by this new kid on the block called GraphQL. It has the potential to bring much needed transformation to the REST programming model that is the current gold standard for implementing APIs Earlier, we had created microservices using REST APIs. In … Continue reading [19] – Implementing Microservices using GraphQL, AWS AppSync and DynamoDB

[18] – Not choosing AWS cloud as Amazon will take away my Business

Recently I am hearing some companies Not opting for AWS Cloud and going with other cloud vendors, as they are afraid of Amazon taking over their Business. This sounds like Not buying an iPhone and going for a Next Best Alternative because Apple mistreats their workers in their sub-contracted Chinese factories. Clearly the focus is … Continue reading [18] – Not choosing AWS cloud as Amazon will take away my Business

[15] – Will GraphQL make REST API paradigm obsolete?

Image Credit: http://www.shutterstock.com, http://www.networkworld.com Please pardon the provocative title. If we want to be dramatic, we can answer the above question as YES. But the answer is NO. GraphQL will Not make REST programming model obsolete. However, if you are contented with this answer, you are missing the bigger picture. There are so many technology … Continue reading [15] – Will GraphQL make REST API paradigm obsolete?

[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

[12] [ProjectX] – Deploy Swagger APIs using AWS Serverless Application Model (SAM)

Source code: https://git.io/fjz4t Credit: https://github.com/jenseickmeyer/todo-app-nodejs AWS SAM (https://git.io/vb4O9) This time, we will look at one more method for deploying serverless projects. It is called AWS Serverless Application Model or SAM in short. AWS SAM is an open-source specification for deployment of serverless projects. It is like a domain specific deployment language created by optimizing cloud … Continue reading [12] [ProjectX] – Deploy Swagger APIs using AWS Serverless Application Model (SAM)

[11] [ProjectX] – Using AWS DynamoDB NoSQL database for Persistence

Source code: https://git.io/fjEzw In our last blog post we created API for our book catalog. But all the data is hard-coded in lambda functions. So lets make changes to it so that we can use a database for persisting book catalog data. Amazon has a service called DynamoDB, which is a NoSQL database hosted and … Continue reading [11] [ProjectX] – Using AWS DynamoDB NoSQL database for Persistence

[10] [ProjectX] – Create Book Catalog API using Claudia.js

Source Code: https://git.io/fjBsN In order to learn serverless computing on AWS, we will need a sample project. So, let’s take the canonical example used everywhere, that of a books catalog. So, we are on a mission to develop API for managing book catalog. This basically means, we should be able to do CRUD operations on … Continue reading [10] [ProjectX] – Create Book Catalog API using Claudia.js

[9] [ProjectX] – Easy Deployment using Claudia.js framework

Source code: https://git.io/fjllX If you are like me, after reading the title, you would say, Oh No, One more framework!. I understand. But please bear with me and you will appreciate this one. Unless you are a JavaScript developer, you are not accustomed to learning 50 different frameworks (ok.10). In fact, I reckon, in JavaScript … Continue reading [9] [ProjectX] – Easy Deployment using Claudia.js framework