API Gateway & Step Function & Cognito
API Gateway
Serverless REST APIs
Invoke Lambda functions using REST APIs (API gateway will proxy the request to lambda)
AWS Lambda + API Gateway: No infrastructure to manage
Supports WebSocket (stateful)
Handle API versioning (v1, v2…), handle d...
rohitpagote-aws.hashnode.dev5 min read