Skip to content

grigorebudac/oauth2-react-sam

Repository files navigation

Implementing OAuth2.0 using AWS SAM and React.js

The goal of this repository is to showcase how to setup Oauth2.0 using AWS SAM and React.js.

Prerequisite

Deploy

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

Cleanup

To remove all the resources associated with your stack, you can run the following:

aws cloudformation delete-stack --stack-name MY_STACK_NAME

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published