620 Commits

Author SHA1 Message Date
Ramon Savinon 8df8478e3d Add name to contributors based on commit bf8af6282d (#366) 2018-02-21 19:58:21 -06:00
Daniel Cottone e6cce7fc6d 3.18.0 v3.18.0 2018-02-18 08:32:23 -06:00
Daniel Cottone 5d15bdb6d3 Merge pull request #337 from clarityhub/master
Stop stripping newlines and tabs from body
2018-02-14 05:37:39 -06:00
Daniel Cottone de776dc787 Merge pull request #362 from constb/master
improved error logging
2018-02-14 05:35:11 -06:00
Константин Брызгалин 988bcb6390 improved error logging 2018-02-14 13:40:22 +07:00
Daniel Cottone f6b4c34b18 Merge pull request #358 from DynamicSTOP/master
* handle base64 encoded binary response from aws lambda function
2018-02-13 07:48:25 -06:00
Leonid 667d27a560 * handle base64 encoded binary response from aws lambda function 2018-02-07 22:02:05 +03:00
Daniel Cottone fd0527c47f 3.17.0 v3.17.0 2018-02-07 07:20:44 -06:00
Daniel Cottone 9488d0b6d5 Merge pull request #309 from josephwarrick/authorizer-environment
Include environment variables defined for the authorizer function when the authorizer function runs.
2018-02-06 13:44:36 -06:00
Daniel Cottone dda8d97484 Merge pull request #356 from zacacollier/master
Update README: add usage with flow
2018-02-06 13:39:43 -06:00
Zac Collier d122b1174f Update README: add usage with flow 2018-02-04 09:33:58 -06:00
Daniel Cottone fa23128906 Merge pull request #329 from daniel-cottone/request-authorizers
Adding support for request-type authorizers
2018-01-15 13:47:19 -05:00
Daniel Cottone aa604213fa adding method and path 2018-01-15 12:34:04 -06:00
Daniel Cottone 6fbfe27864 Merge remote-tracking branch 'upstream/master' into request-authorizers 2018-01-15 12:18:41 -06:00
Daniel Cottone 2b097de2cf Merge pull request #339 from mzmiric5/fix/protected-route-method-casing
enforces upper case on method names for protected routes mapping
2018-01-15 13:12:49 -05:00
Daniel Cottone c4cdb1d5ae Merge pull request #345 from vaberay/master
Use header (singular) to follow API Gateway conventions
2018-01-15 13:10:22 -05:00
Daniel Cottone 477b137921 Merge pull request #332 from anishkny/master
Fix minor typos
2018-01-15 13:08:28 -05:00
Ramon Savinon bf8af6282d Use header (singular) to follow API Gateway conventions
Api Gateway's request templates use the header object to get the values for the headers.
2018-01-04 19:15:46 -08:00
Miso Zmiric (Mike Squinter) 3d85a42db0 enforces upper case on method names for protected routes mapping 2017-12-23 05:58:22 +01:00
Ivan Montiel 10558c8283 Stop stripping newlines and tabs from body
This change introduces request.rawPayload to the Hapi request
and uses that if request.payload is not a string.

Before, JSON.stringify(JSON.parse(request.payload)) was being
used, which is not the same as the rawPayload that should be
passed along.
2017-12-16 17:21:00 -07:00
Anish Karandikar 09757c5a0f Update index.js 2017-11-27 16:03:36 -05:00
Anish Karandikar d3a1ff11a7 Update README.md 2017-11-27 16:03:18 -05:00
Daniel Cottone 799a4e9baa updating contributors and moving event.methodArn outside if block 2017-11-16 21:45:03 -06:00
Daniel Cottone d767fa1899 adding support for request authorizers 2017-11-16 21:02:17 -06:00
Joe Warrick 0910effdf0 Include environment variables defined for the authorizer function. 2017-10-03 13:44:35 -05:00