Getting Started With AWS Lambda and Node.js
In the previous post of this series, we have talked about AWS Lambda, AWS SAM and what is serverless computing […]
In the previous post of this series, we have talked about AWS Lambda, AWS SAM and what is serverless computing […]
In the previous post, we talked about AWS SAM and what is a serverless application. If you have not yet
AWS SAM (Serverless Application Model) is an open-source framework to develop and deploy serverless applications on AWS. The serverless application
Serverless computing is a cloud computing model in which resources are allocated on-demand and the provider takes care of the
In the post What is Amazon SES(Simple Email Service)?, we discussed what is Amazon SES and what are the various
Amazon DynamoDB is a fully managed key/value document store offered by AWS. It allows you to have a high performant
You have an app built and deployed and now the requirement is to send some emails whenever a certain action
Introduction Amazon SNS (Simple Notification Service) is a fully managed pub/sub messaging service which enables you to write distributed applications.
Amazon SNS (Simple Notification Service) is a managed messaging service offered by AWS. You can use Amazon SNS to send
What is Amazon SNS (Simple Notification Service)? Read More »
Introduction In the previous part i.e. How To Amazon SQS Part-1 (Sending Message), we had a look at how to