serverless-authorizers icon indicating copy to clipboard operation
serverless-authorizers copied to clipboard

Examples to use aws API Gateway authorizer feature to authorize your endpoints with different ways

serverless-authorizers

Examples to use API Gateway authorizer features to authorize your endpoints with different ways

authorizer type

./token_type

This is the sample to use token type in custom authorizer

./request_type

Ths is the sample to use request type in custom authorizer.

./api_key

Ths is the sample to use api-key as authorizer.

reference:

http://docs.aws.amazon.com/apigateway/latest/developerguide/use-custom-authorizer.html

https://github.com/eahefnawy/serverless-authorizer