Giter VIP home page Giter VIP logo

apigw-lambda-custom-authorizer's Introduction

Amazon API Gateway REST API with Lambda Token Authorizer

API with a mapping template that enriches the request with additional data from Lambda Token Authorizer.

The serverless template deploys an Amazon API Gateway REST API endpoint that uses a Lambda Token Authorizer for access control.

If the request to the endpoint does not include a 'authorizationToken' header, the Lambda Authorizer will not be invoked and API Gateway will return a 401 Forbidden. If the request to the endpoint includes a 'authorizationToken' header, the Lambda Authorizer will be invoked and its response will depend on the value of the 'authorizationToken' header. If the value of 'authorizationToken' header is 'unauthorized', API Gateway will return a 401 Unauthorized error. If the value of 'authorizationToken' header is 'Bearer deny', API Gateway will return a 403 error. Only if the value of 'authorizationToken' header is 'Bearer allow', API Gateway will successfully invoke the Lambda integration and return a 200. For any other case, API Gateway will return a 500 error.

๐Ÿšจ โš ๏ธ Under the API Key Source section in the Settings pane for API Gateway console, choose AUTHORIZER from the drop-down list. Save changes and then you need to redeploy your service

Install Serverless CLI

https://www.serverless.com/framework/docs/getting-started/

Contributing

# Invoke chronos locally
serverless invoke local --function hello_world

# Install Deps
npm install serverless-offline --save-dev


# Run offline locally
serverless offline start

To deploy funtion from local

# Deploy functions from local
sls deploy --aws-profile "dev"

# Remove the functions on current context
sls remove --aws-profile "dev"

apigw-lambda-custom-authorizer's People

Contributors

seifrajhi avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.