Pages

Thursday, 21 September 2017

Learning AWS Lambda and new serverless architecture

Today, I'm decided to learn and understand about serverless architecture. Amazon Web Services (AWS) have Lambda services that are easy to learn and simple to deploy.

You can learn more about AWS Lambda here .

My first ever AWS Lambda function (using Python 3.x runtime environment):


My test input to the above Lambda function is :




And finally, the output are :



Conclusion:
  1. AWS Lambda provides a new way to deploy and run code on cloud infrastructure.
  2. Currently, AWS Lambda provide Python, JavaScript (Node.js), Java and C# runtime.
  3. The AWS Getting Started, User Guide, how-to, tutorials and documentations to learn AWS are easy to understand and useful.
  4. TO-DO-NEXT : My next learning is to try out Google Cloud Platform (GCP) serverless product --> Cloud Function. 



No comments:

Post a Comment