DEV Community

Deepangshi S.
Deepangshi S.

Posted on • Updated on

Serverless APIs with Containers for Complex Workflows | AWS Lambda | CDK: Mastering

Serverless APIs represent an approach to building and deploying web APIs without having to manage the underlying server infrastructure.

Note: API is a set of definitions and protocols for building and integrating application software.
Types: HTTP API(access token), REST API, WebSocket API.
API Gateway is like an API management tool i.e. essentially a computer software that sits between a client and a collection of backend services.
Build to provide security, scability and highly availability.
AWS API Gateway is an AWS service for creating, publishing, maintaning, monitoring REST APIs, HTTP, and WebSocketAPIs

Top comments (0)