Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Gateway custom authorizer request type structs #62

Merged
merged 1 commit into from
Mar 29, 2018

Conversation

thinkski
Copy link
Contributor

An API Gateway Custom Authorizer supports two request types --
token and request. The existing structs are for the token type of
request. This commit adds the request type of request.

Fixes #61.

An API Gateway Custom Authorizer supports two request types --
token and request. The existing structs are for the token type of
request. This commit adds the request type of request.
@codecov-io
Copy link

codecov-io commented Mar 24, 2018

Codecov Report

Merging #62 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #62   +/-   ##
=======================================
  Coverage   69.86%   69.86%           
=======================================
  Files          17       17           
  Lines         657      657           
=======================================
  Hits          459      459           
  Misses        154      154           
  Partials       44       44

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e2323b8...536a89d. Read the comment docs.

@bmoffatt
Copy link
Collaborator

Thanks for the contribution!

@afirth afirth mentioned this pull request May 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants