Description
In this talk you’ll learn how to implement and deploy a basic serverless Python application.
Serverless is a concept that has recently raised to popularity, boosted by the drive to financially optimize usage of computing power in cloud environments while reducing maintenance efforts. The following topics will be covered in this talk:
- What is a serverless application?
- What are the benefits of the serverless execution model?
- What is AWS Lambda
- How to implement a basic Python serverless application with AWS Lambda?
- How to implement a serverless Python based Webservice using Zappa