The goal of this repository is to showcase how to setup Oauth2.0 using AWS SAM and React.js.
- AWS CLI - Install and configure AWS CLI CLI
- SAM CLI - Install the SAM CLI
- Node.js - Install Node.js, including the NPM package management tool.
To build and deploy your application, run the following in your shell:
sam build
sam deploy
If it's your first time deploying the project, make sure to include the --guided
attribute
sam deploy --guided
To remove all the resources associated with your stack, you can run the following:
aws cloudformation delete-stack --stack-name MY_STACK_NAME