Software Alternatives & Reviews

Implementing access control on API Gateway endpoints with ID tokens

AWS Lambda DynamoDB Amazon API Gateway
  1. Automatic, event-driven compute service
    Pricing:
    • Open Source
    As mentioned above, the application will have two REST APIs set up in API Gateway. The endpoint handlers are Lambda functions.

    #Cloud Computing #Cloud Hosting #Backend As A Service 244 social mentions

  2. Amazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale. It is a fully managed cloud database and supports both document and key-value store models.
    We will also have a DynamoDB table dedicated to each user's permissions. An item's partition key is the user's Cognito User pools ID called sub. Among others, each item has a permissions attribute where we - surprise - store the permissions assigned to the given user. For example, if Alice is an elevated user, her item's permissions attribute in the table will look something like this:.

    #Databases #NoSQL Databases #Relational Databases 101 social mentions

  3. Create, publish, maintain, monitor, and secure APIs at any scale
    As mentioned above, the application will have two REST APIs set up in API Gateway. The endpoint handlers are Lambda functions.

    #API Tools #APIs #Web Service Automation 94 social mentions

Discuss: Implementing access control on API Gateway endpoints with ID tokens

Log in or Post with