Amazon API Gateway Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 6: Line 6:


{{Internal|REST and Hypermedia|Resource, Method, Request, Response}}
{{Internal|REST and Hypermedia|Resource, Method, Request, Response}}
=Amazon Gateway URL=
The URL is determined by a protocol (HTTP(S) or WSS), a hostname, a [[#Stage|stage]] name and, for REST APIs, the [[REST_and_Hypermedia#Resource_Path|resource path]].


=Amazon API Gateway Resources=
=Amazon API Gateway Resources=

Revision as of 22:35, 4 February 2019

Internal

REST and Hypermedia Concepts

Resource, Method, Request, Response

Amazon Gateway URL

The URL is determined by a protocol (HTTP(S) or WSS), a hostname, a stage name and, for REST APIs, the resource path.

Amazon API Gateway Resources

RestApi

Resource

Method

RequestValidator

MethodResponse

Integration

IntegrationResponse

GatewayResponse

DocumentationPart

DocumentationVersion

Model

ApiKey

Authorizer

VpcLink

Configuration

Account

Deployment (API Deployment)

Once an API is created, it requires deployment to make it callable by its users. To call a deployed URL, clients submit requests against the API's URL.

Resource updates require redeploying the API, whereas configuration updates to not.

DomainName

BasePathMapping

Stage

An API stage is ...

Usage

UsagePlan

API Documentation

See DocumentationPart and DocumentationVersion above.