Say you have an API deployed on Amazon API gateway: $ curl https://*******.execute-api.ap-south-1.amazonaws.com/dev { “message”: “Hello!” } Anybody can hit
Securing REST APIs in Amazon API Gateway using Amazon Cognito User Pools and OAuth 2.0
Mocking REST API Responses in Amazon API Gateway
It’s often the case that the team developing the services deployed behind an API Gateway setup is not the same as the
Starting your cloud journey the right way – and without pitfalls!
Many organizations start their cloud journey by migrating legacy infrastructures to the cloud. It is easy to find value, the work involved
Deploying Docker Containers in Amazon ECS using AWS Fargate
AWS Fargate lets you run containers without managing servers or clusters. This article is a guide to deploying a simple “Hello World!” Docker Container in
Using Amazon API Gateway to route requests to RESTful micro services in Amazon ECS
This article is in continuation to an earlier article where we deployed RESTful microservices as Docker containers in Amazon ECS. There we used

