Amazon API Gateway Operations: Difference between revisions

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


[[#Amazon_API_Gateway_Console|API Gateway Console]] -> APIs -> <''API Name''> -> Resources. The "Resources" pane shows the structure of the API as a tree of nodes.
[[#Amazon_API_Gateway_Console|API Gateway Console]] -> APIs -> <''API Name''> -> Resources. The "Resources" pane shows the structure of the API as a tree of nodes.
==Methods==
[[#Amazon_API_Gateway_Console|API Gateway Console]] -> APIs -> <''API Name''> -> Resources -> Select a Resource node -> API methods defined on each resource are the leafs of the tree.


=API Creation=
=API Creation=

Revision as of 06:06, 5 February 2019

Internal

Interacting with Amazon API Gateway

Amazon API Gateway Console

https://console.aws.amazon.com/apigateway

AWS CLI

Sending REST API Invocations

Using AWS SDK

API Inspection

Resources

API Gateway Console -> APIs -> <API Name> -> Resources. The "Resources" pane shows the structure of the API as a tree of nodes.

Methods

API Gateway Console -> APIs -> <API Name> -> Resources -> Select a Resource node -> API methods defined on each resource are the leafs of the tree.

API Creation

With Amazon API Gateway Console: Create API ->

API Deployment

API Testing