This site runs best with JavaScript enabled.

Integrating AWS Lambda with SNS using Serverless Framework - NodeJS version

AWS SNS (Simple Notification Service) enables you to communicate between systems through publish/subscribe pattern. Consider below system architecture diagram. 'System A' acts as a 'Publisher' in the above system. It creates messages and publishes those messages to a SNS topic. 'System A' does not…

Read Article →

Getting started with AWS Lambda using Serverless Framework

There are many ways to create serverless applications or services. 'Serverless Framework' is one of most widely used framework for creating services. In this article, we're going to use serverless framework to create 'hello-world' service in AWS Lambda. AWS Lambda lets you to run your code without…

Read Article →

EC2(Elastic Compute Cloud) - AWS Services in Plain English

What is EC2? Using this service, you can rent virtual servers from AWS and you'll pay only for the time that you use. If you no longer need the server, you can terminate. What can you do with the server? Anything you want. You can use it as web server, database server or application server or any…

Read Article →

S3(Simple Storage Service) - AWS Services in Plain English

What is S3 (Simple Storage Service): You can store objects using this service and can get those objects back. You can think objects as files. These objects could be flat files, audio file, video files, backup data or any file/object. AWS uses a term 'Bucket' in S3 service. You can think of 'Bucket…

Read Article →



Mugilan Ragupathi © 2020