AWS Dev API Gateway

Amazon API Gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale.

AWS Console

Create an API Gateway

  1. Open AWS Console
  2. Open API Gateway service
  3. Create API: Get Started
    1. Select New API
    2. Choose a name
    3. Endpoint Type: Regional
  4. That’s it. Now, you can create resources to expose API Endpoints

Comments