Amazon API Gateway Operations: Difference between revisions
Jump to navigation
Jump to search
Line 33: | Line 33: | ||
An API deployment happens in a [[Amazon_API_Gateway_Concepts#Stage|stage]]. | An API deployment happens in a [[Amazon_API_Gateway_Concepts#Stage|stage]]. | ||
[[#Amazon_API_Gateway_Console|API Gateway Console]] -> APIs -> <''API Name''> -> | [[#Amazon_API_Gateway_Console|API Gateway Console]] -> APIs -> <''API Name''> -> Actions -> Deploy API. This is where an existing or a new [[Amazon_API_Gateway_Concepts#Stage|stage]] is specified. | ||
=API Testing= | =API Testing= |
Revision as of 22:26, 5 February 2019
Internal
Interacting with Amazon API Gateway
Amazon API Gateway Console
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.
Aslo:
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
An API deployment happens in a stage.
API Gateway Console -> APIs -> <API Name> -> Actions -> Deploy API. This is where an existing or a new stage is specified.