Tag: endpoint

How to create, publish and maintain high scalable APIs using AWS API Gateway?

Reading Time: 12 minutes To access data, business logic, and functionalities from backend services, API can act as an interface! Using API Gateway, we can enable two-way communication in real-time applications. In this blog, we will discuss Amazon API Gateway, its architecture, key concepts, use cases, and features. As part of hands-on, we will also create API Gateway and […]

Back To Top