Your first AWS Lambda function ever | Very simple example

Published: 19 July 2021
on channel: Data Science Garage
119,439
1.1k

Create your #Lambda function with this simple example and the high level understanding how #AWS Lambda is working. For this I used Python 3.8 runtime.

Official AWS documentation says that AWS Lambda is a #serverless compute service that lets you run code without provisioning or managing servers, creating workload-aware cluster scaling logic, maintaining event integrations, or managing runtimes. With Lambda, you can run code for virtually any type of application or backend service - all with zero administration. 

Source to AWS Official documentation is here: https://aws.amazon.com/lambda/
In this video I will use the "Author from scratch" option to demonstrate how AWS Lambda is working by passing a string argument to the function and returning a specified output based on the input value. It is like a Hello World example. But if you are learning AWS, this could be a good start. 

If you explore more on this functionality, you can extend you MLOps skills on the top and upgrade your apps to make it more saving cost.

Finally, you will learn how to test your Lambda function by simulating various scenarios by changing input parameters.
Enjoy!


Watch video Your first AWS Lambda function ever | Very simple example online without registration, duration hours minute second in high quality. This video was added by user Data Science Garage 19 July 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 119,439 once and liked it 1.1 thousand people.