Serverless computing
1. API Gateway receives the traffic request
2. CloudWatch events can be used to trigger the Lambda function
3. Lambda function processes the request without provisioning any servers
4. Lambda function interacts with the downstream systems