Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.83 KB

README.md

File metadata and controls

72 lines (39 loc) · 2.83 KB

Getting Started with Serverless Stack (SST)

This project was bootstrapped with Create Serverless Stack.

Start by installing the dependencies.

$ npm install

Commands

npm run start

Starts the local Lambda development environment.

npm run build

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.

npm run deploy [stack]

Deploy all your stacks to AWS. Or optionally deploy a specific stack.

npm run remove [stack]

Remove all your stacks and all of their resources from AWS. Or optionally remove a specific stack.

npm run test

Runs your tests using Jest. Takes all the Jest CLI options.

Documentation

Learn more about the Serverless Stack.

Codebase with PRs

Init branch - main

Main branch - master

  1. Create crud API - branch sst-dynamo-db-table [https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/sst-dynamo-db-table]

  2. Create User Authorization ftr/user-auth [https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/user-auth]

  3. Connect with third party API ftr/secrets-stripe [https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/secrets-stripe]

  4. Adding unit tests ftr/unit-tests [https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/unit-tests]

  5. CORS for S3 ftr/cors-s3 [https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/cors-s3]

  6. Setting up React app ftr/setup-react [https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/setup-react]

  7. Setting up React router ftr/react-router [https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/react-router]

  8. Adding aws amplify ftr/aws-amplify [https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/aws-amplify]

  9. 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]

  10. 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]

  11. Add setting page; connect with billing form ftr/settings-page [https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/settings-page]

  12. Redirecting if unauthorized ftr/secure-pages [https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/secure-pages]

  13. Custom domain setup ftr/custom-domain [https://github.com/yahor-mikheyenka-wttech/aws-sst-app/tree/ftr/custom-domain]