Skip to content

stepansib/cognito-scopes-dynamo

Repository files navigation

AWS Cognito OAuth Scopes Configuration DynamoDB Storage PoC

Table of contents

Description

Work in progress...

Architecture design

Work in progress...

How to use

Prepare

  • Install Node Version Manager globally
  • Clone the repository and navigate to the root folder
  • Run nvm use command to switch (and optionally download) to required Node.js version
  • Run npm install command to install all the project dependencies
  • Copy .env.dist file to .env and populate AWS account credentials
  • (optional) Setup pre-commit hook

Deploy

  • Run npm run deploy command to deploy CF stack to configured AWS account

Evaluate

Work in progress...

Customize

Work in progress...

Cleanup

  • Run npm run remove command to remove CF stack from configured AWS account

Contribute

  • Clone and setup project
  • To follow ESLint and Prettier rules setup husky pre-commit hook by running the following command: npx husky init && echo "lint-staged && npm run build" > .husky/pre-commit
  • Follow Conventional Commits naming rules

About

AWS Cognito OAuth Scopes Configuration DynamoDB Storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published