Contribute Media
A thank you to everyone who makes this possible: Read More

A Crash Course on Serverless Applications in Python

Description

There's a new class of applications that are becoming more prevalent these days: serverless applications. Serverless computing allows you to build and run applications without having to think about servers. Serverless apps don't require you to provision or scale any servers.

How can we take advantage of serverless computing as python developers? What tools and frameworks are available that make writing serverless apps a breeze? And most importantly, how do we design and structure our applications in this serverless world to ensure we're best utilizing the underlying services?

This is a practical talk on serverless architecture. In this talk, we'll look at several serverless architecture patterns covering real world use cases. We'll also look at actual open source serverless applications so we have concrete code examples we can review. These open source serverless applications leverage various AWS services including AWS Lambda and Amazon API Gateway. We'll also cover common strategies for deploying your serverless applications.

Come learn how to design serverless applications in python so you can focus on writing your core applications rather than worrying about managing servers.

Improve this page