This project was bootstrapped with Create Serverless Stack.
Start by installing the dependencies.
$ npm install
Starts the local Lambda development environment.
Build your app and synthesize your stacks.
Generates a .build/
directory with the compiled files and a .build/cdk.out/
directory with the synthesized CloudFormation stacks.
Deploy all your stacks to AWS. Or optionally deploy a specific stack.
Remove all your stacks and all of their resources from AWS. Or optionally remove a specific stack.
Runs your tests using Jest. Takes all the Jest CLI options.
Learn more about the Serverless Stack.
-
Create crud API - branch
sst-dynamo-db-table
[https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/sst-dynamo-db-table] -
Create User Authorization
ftr/user-auth
[https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/user-auth] -
Connect with third party API
ftr/secrets-stripe
[https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/secrets-stripe] -
Adding unit tests
ftr/unit-tests
[https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/unit-tests] -
CORS for S3
ftr/cors-s3
[https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/cors-s3] -
Setting up React app
ftr/setup-react
[https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/setup-react] -
Setting up React router
ftr/react-router
[https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/react-router] -
Adding aws amplify
ftr/aws-amplify
[https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/aws-amplify] -
Adding aws login & signup with redirections
ftr/adding-react-login-page
[https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/adding-react-login-page] -
Add/delete note; Show all notes on home page
ftr/create-note
[https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/create-note] -
Add setting page; connect with billing form
ftr/settings-page
[https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/settings-page] -
Redirecting if unauthorized
ftr/secure-pages
[https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/secure-pages] -
Custom domain setup
ftr/custom-domain
[https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/custom-domain]