1. What is the goal of the serverless developer guide?
Answer: The goal of the serverless developer guide is to provide directed learning paths for the core services needed to build serverless solutions and to help developers shift their mindset to focus on writing code that serves customers without managing servers.
2. What are the three types of serverless use cases?
Answer: The three types of serverless use cases are interactive (synchronous), streaming, and background data processing (asynchronous).
3. What are the core serverless services that the guide focuses on?
Answer: The guide focuses on a few essential serverless services to get started, which are AWS Identity and Access Management for service security, AWS Lambda for compute functions, Amazon API Gateway for integrating HTTP/S requests with other services that handle the requests, and Amazon DynamoDB for data storage and retrieval.
4. What is the purpose of the service starters in the guide?
Answer: The purpose of the service starters in the guide is to quickly explain the value and technical fundamentals of each service and to mention advanced topics so that developers can start with the essentials and be aware of capabilities to dive into when needed.
5. Is the serverless developer guide a living document?
Answer: Yes, the serverless developer guide is a living document that will expand with key topics new developers need on their serverless journey, and suggestions are welcome to help others start building successful serverless solutions.