Cloud technology

Serverless computing


AKROZZ implements serverless computing using AWS Lambda

AWS Lambda provides Cloud computing without provisioning and maintaining servers

akrozz.com AKROZZ Cloud technology serverless

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