Learn how to create your own Amazon AWS Python Lambda.
This video starts off by creating a lambda using the AWS console at https://aws.amazon.com. It then takes this template code and starts building a lambda that you can test locally on your computer.
This is the first in a series of videos about how to manage the creation of lambdas.
The AWS Lambda service is very powerful and allows you to run your code within a "compute" container. This means you don't need any server provisioning to get something up and running.
Consequently lambdas are an excellent way of processing data, and creating web and mobile backends.
Let me know if if you enjoyed this video, by hitting the [ SUBSCRIBE ] button, and clicking the notification "BELL" icon.
Many thanks,
Ben....