Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
added deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Jul 22, 2016
1 parent cc25928 commit a467501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You have multiple options to setup the example:

1. Using CloudFormation
2. Using CloudFormation, [Swagger / OpenAPI Specification](https://openapis.org/specification) and the AWS CLI
3. Using CloudFormation, [Swagger / OpenAPI Specification](https://openapis.org/specification) and the [Amazon API Gateway Importer](https://github.com/awslabs/aws-apigateway-importer)
3. Deprecated: ~~Using CloudFormation, [Swagger / OpenAPI Specification](https://openapis.org/specification) and the [Amazon API Gateway Importer](https://github.com/awslabs/aws-apigateway-importer)~~

### Using CloudFormation

Expand Down Expand Up @@ -146,7 +146,7 @@ export ApiGatewayEndpoint="$ApiId.execute-api.us-east-1.amazonaws.com/stage/v1"

and now [use the RESTful API](#use-the-restful-api).

### Using CloudFormation, Swagger / OpenAPI Specification and the Amazon API Gateway Importer
### Deprecated: ~~Using CloudFormation, Swagger / OpenAPI Specification and the Amazon API Gateway Importer~~

> This method is deprecated. Please choose one of the other methods mentioned earlier!
Expand Down

0 comments on commit a467501

Please sign in to comment.