Upgrade to Pro — share decks privately, control downloads, hide ads and more …

AWS Automation With Lambda

Mark Wolfe
October 12, 2016

AWS Automation With Lambda

Talk I gave at Melbourne Serverless meetup.

Mark Wolfe

October 12, 2016
Tweet

More Decks by Mark Wolfe

Other Decks in Technology

Transcript

  1. Lambda • Vanilla https://github.com/awslabs/lambda-refarch- webapp • Java, Python, Node.js •

    apex http://apex.run • Golang, NewJS, Node.js, Python & Java • serverless https://serverless.com/ • NewJS, Python, Node.js
  2. Vanilla(ish) • Python 2.7 • Cloudformation • All in one

    happy “extensive” JSON file • Lots of examples at https://github.com/awslabs/
  3. Apex • Tool developed to package and deploy Lambda functions

    • Lots of utility sub commands to help with development • Written Golang • Started by TJ Holowaychuk