What is Serverless Computing?
Serverless is a way to describe the services, practices, and strategies that enable you to build more agile applications so you can innovate and respond to change faster.
With serverless computing, infrastructure management tasks like capacity provisioning and patching are handled by AWS, so you can focus on only writing code that serves your customers. Serverless services like AWS Lambda come with automatic scaling, built-in high availability, and a pay-for-value billing model.
Lambda is an event-driven compute service that enables you to run code in response to events from over 200 natively-integrated AWS and SaaS sources - all without managing any servers.
What are examples of Serverless Technologies?

Current AWS Lambda characterics?
AWS services that can invoke Lambda functions
Lambda Triggers:
https://docs.aws.amazon.com/lambda/latest/dg/lambda-services.html
AWS Lambda Versioning?
AWS Lambda concurrent executions limit?
Concurent Executions:
AWS Lambda connecting to a VPC?
Enabling Lambda to access VPC resources

What are Step Functions?
What is AWS X-Ray?

AWS X-Ray Integration?

AWS X-Ray High-Level configuration?
High-level requirements:

AWS API Gateway importing APIs?
https://rubix.nl/how-configure-amazon-api-gateway-soap-webservice-passthrough-minutes/

AWS API Gateway Caching and Throtling?