Skip to content

Latest commit

 

History

History

attr-based-access-ctrl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

attribute-based access control

This example demonstrates the implementation of attribute-based access control in a serverless architecture by combining several AWS services.

Application architecture

Components

Follow the README files in each directory for the setup instructions. Note that the frontend will only work if the backend is deployed first.

  • Backend - Manages the application infrastructure and backend logic.
  • Frontend - A set of Node.js scripts that handles the authentication flow (sign-up, sign-in, etc.) through AWS SDK and libraries.