Skip to content

Commit

Permalink
corrected example
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Steiner committed Apr 19, 2021
1 parent 0891609 commit 73c08a5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ You can customize the CORS templates by placing your own files inside a director
| Filebame | Description |
| ------------- |:-------------:|
| headers.yml | All headers required for CORS support |
| integration.yml | Contains the x-amazon-apigateway-integration block |
| parameters.yml | Header mappings for the x-amazon-apigateway-integration responses block |
| integration.yml | Contains the x-amazon-apigateway-integration block |
| path.yml| OpenApi specification for the OPTIONS method |

See the EXAMPLES directory for detailed instructions.
Expand Down
3 changes: 0 additions & 3 deletions examples/openapi-integration/parameters.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"serverless-plugin",
"x-amazon-apigateway-integration"
],
"version": "1.2.0",
"version": "1.2.1",
"description": "Serverless plugin for integrating aws gateway syntax into open api specification",
"main": "lib/index.js",
"scripts": {
Expand Down
3 changes: 0 additions & 3 deletions templates/cors/parameters.yml

This file was deleted.

0 comments on commit 73c08a5

Please sign in to comment.