form on static site) • For very variable traffic levels (millions of IoT sensors) • To provide extra compute resource without extending existing platform (classic example: PDF generation) @lornajane
open source, also available on Bluemix • Google have Google Cloud Functions • Iron.io have a good functions offering • Microsoft have Azure Functions @lornajane
also a web interface) • Set up permissions via IAM and then use aws configure to get that set up • Write some JS, and zip it (for me: index.js -> hello.zip) @lornajane
in using copied command from web interface Zip and deploy/update your code zip hello.zip index.js wsk action update --kind nodejs:6 \ demo/hello1 hello.zip @lornajane