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