Skip to content

Commit

Permalink
Merge pull request #248 from hsz/master
Browse files Browse the repository at this point in the history
Add functionShield middleware link to the main readme
  • Loading branch information
vladgolubev authored Dec 4, 2018
2 parents ceeab29 + e32be91 commit 40c4f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ Currently available middlewares:
- [`cache`](/docs/middlewares.md#cache): A simple but flexible caching layer
- [`cors`](/docs/middlewares.md#cors): Sets CORS headers on response
- [`doNotWaitForEmptyEventLoop`](/docs/middlewares.md#donotwaitforemptyeventloop): Sets callbackWaitsForEmptyEventLoop property to false
- [`functionShield`](/docs/middlewares.md#functionshield): Hardens AWS Lambda execution environment
- [`httpContentNegotiation`](/docs/middlewares.md#httpcontentnegotiation): Parses `Accept-*` headers and provides utilities for content negotiation (charset, encoding, language and media type) for HTTP requests
- [`httpErrorHandler`](/docs/middlewares.md#httperrorhandler): Creates a proper HTTP response for errors that are created with the [http-errors](https://www.npmjs.com/package/http-errors) module and represents proper HTTP errors.
- [`httpEventNormalizer`](/docs/middlewares.md#httpEventNormalizer): Normalizes HTTP events by adding an empty object for `queryStringParameters` and `pathParameters` if they are missing.
Expand Down
1 change: 1 addition & 0 deletions README.md.hb
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ Currently available middlewares:
- [`cache`](/docs/middlewares.md#cache): A simple but flexible caching layer
- [`cors`](/docs/middlewares.md#cors): Sets CORS headers on response
- [`functionShield`](/docs/middlewares.md#functionshield): Hardens AWS Lambda execution environment
- [`doNotWaitForEmptyEventLoop`](/docs/middlewares.md#donotwaitforemptyeventloop): Sets callbackWaitsForEmptyEventLoop property to false
- [`httpContentNegotiation`](/docs/middlewares.md#httpcontentnegotiation): Parses `Accept-*` headers and provides utilities for content negotiation (charset, encoding, language and media type) for HTTP requests
- [`httpErrorHandler`](/docs/middlewares.md#httperrorhandler): Creates a proper HTTP response for errors that are created with the [http-errors](https://www.npmjs.com/package/http-errors) module and represents proper HTTP errors.
Expand Down

0 comments on commit 40c4f73

Please sign in to comment.