Skip to content

Commit

Permalink
docs(examples): add CONVERT_TO_TEXT for {proxy+} resource (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun711 authored and brettstack committed Aug 27, 2018
1 parent c2f416b commit f52b5cc
Show file tree
Hide file tree
Showing 4 changed files with 1,571 additions and 1,553 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="3.3.5"></a>
## [3.3.5](https://github.com/awslabs/aws-serverless-express/compare/v3.3.4...v3.3.5) (2018-08-20)


### Bug Fixes

* apply Content-Length header when missing ([b0927b8](https://github.com/awslabs/aws-serverless-express/commit/b0927b8)), closes [#147](https://github.com/awslabs/aws-serverless-express/issues/147) [#106](https://github.com/awslabs/aws-serverless-express/issues/106) [#130](https://github.com/awslabs/aws-serverless-express/issues/130)
* apply Content-Length header when missing ([#175](https://github.com/awslabs/aws-serverless-express/issues/175)) ([c2f416b](https://github.com/awslabs/aws-serverless-express/commit/c2f416b))

<a name="3.3.4"></a>
## [3.3.4](https://github.com/awslabs/aws-serverless-express/compare/v3.3.3...v3.3.4) (2018-08-19)


### Bug Fixes

* update example to use 3.3.3 ([bc7bdaf](https://github.com/awslabs/aws-serverless-express/commit/bc7bdaf))

<a name="3.3.3"></a>
## [3.3.3](https://github.com/awslabs/aws-serverless-express/compare/v3.3.2...v3.3.3) (2018-08-16)

Expand Down
1 change: 1 addition & 0 deletions examples/basic-starter/simple-proxy-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ paths:
Access-Control-Allow-Headers:
type: string
x-amazon-apigateway-integration:
contentHandling: CONVERT_TO_TEXT
responses:
default:
statusCode: 200
Expand Down
Loading

0 comments on commit f52b5cc

Please sign in to comment.