aws-samples / api-gateway-secure-pet-store

Amazon API Gateway sample using Amazon Cognito credentials through AWS Lambda
Apache License 2.0
308 stars 113 forks source link

Custom Authorizer #20

Closed dhiman-halder closed 8 years ago

dhiman-halder commented 8 years ago

Now that AWS API Gateway has introduced Custom Authorizer, does the approach described here change in anyway ?

sapessi commented 8 years ago

No. Sigv4 continues to work exactly as it did before. Customer authorizers allow you to leverage bearer tokens such as JWT tokens or SAML assertions. It's an alternative approach.