Slide 10
Slide 10 text
Serverless Functions 101
Authoring functions
• WYSIWYG editor or
upload packaged .zip
• Cloud-native IDE (Cloud9)
• Third-party plugins
(Eclipse, VS, etc.)
Monitoring and logging
• Metrics for requests,
errors, and throttles
• Built-in logs to the Cloud
• Distributed tracing
(microservices map)
Programming model
• Use processes, threads,
/tmp, sockets normally
• SDK to interact with
other Cloud services
Stateless
• Persist data using
external storage
• No affinity or access to
underlying infrastructure