Amazon API Gateway Mock Integration built with CloudFormation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 3: | Line 3: | ||
* [[Amazon_API_Gateway_Operations#Examples|API Gateway Operations]] | * [[Amazon_API_Gateway_Operations#Examples|API Gateway Operations]] | ||
* [[Amazon_API_Gateway_Deployment_with_CloudFormation#Examples|API Gateway Deployment with CloudFormation]] | * [[Amazon_API_Gateway_Deployment_with_CloudFormation#Examples|API Gateway Deployment with CloudFormation]] | ||
=CloudFormation Stack= | |||
<syntaxhighlight lang='yaml'> | |||
</syntaxhighlight> | |||
=OpenAPI AWS Specification= | |||
=Procedure= | |||
* Copy the OpenAPI AWS metadata file in S3. | |||
* Deploy the stack: | |||
aws cloudformation deploy --stack-name elysium |
Revision as of 19:40, 27 March 2019
Internal
CloudFormation Stack
OpenAPI AWS Specification
Procedure
- Copy the OpenAPI AWS metadata file in S3.
- Deploy the stack:
aws cloudformation deploy --stack-name elysium