Skip to content

Talk for the PyConAU 2019 Orchestrating complex (not complicated) tasks using Serverless and Python

Notifications You must be signed in to change notification settings

galactose/pyconau2019-orchestrating-step-function-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Orchestrating complex (not complicated) tasks using AWS serverless and Python

Talk for the upcoming PyConAU 2019 at the Sydney ICCC

Link: https://2019.pycon-au.org/talks/orchestrating-complex-not-complicated-tasks-using-aws-serverless-and-python When: Sunday August 4 2019, C3.6, 14:50 AEST

Abstract

It is great that we live in a technological climate where we can rapidly develop tools to deploy large scale systems without the need for configuring servers, at very low cost and with historically low effort. It is also great that developers are inheriting this new world. Saying this, it is also very easy to make life hard for yourself if you don't step back and apply some code project patterns as you go. So what patterns can be used to stop a complicated mess?

From the perspective of a developer who has moved into infrastructure build in the cloud, this talk will go over:

  • Serverless patterns in AWS that can be used to orchestrate the creation and clean-up of highly scalable systems using Python,
  • Go over tools to maintain code quality and kill project smells,
  • How you can scale your libraries as things get more complex.

About

Talk for the PyConAU 2019 Orchestrating complex (not complicated) tasks using Serverless and Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages