Skip to content

Commit 449dcb0

Browse files
docs: delete serverless scripts from README.md
1 parent dfc7ccb commit 449dcb0

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

README.md

-33
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ This is frontend starter project for nodejs-aws mentoring program. It uses the f
99
- [React-query](https://react-query-v3.tanstack.com/) as a data fetching library
1010
- [Formik](https://formik.org/) as a form library
1111
- [Yup](https://github.com/jquense/yup) as a validation schema
12-
- [Serverless](https://serverless.com/) as a serverless framework
1312
- [Vitest](https://vitest.dev/) as a test runner
1413
- [MSW](https://mswjs.io/) as an API mocking library
1514
- [Eslint](https://eslint.org/) as a code linting tool
@@ -37,35 +36,3 @@ Runs tests in console, in browser or with coverage.
3736
### `lint`, `prettier`
3837

3938
Runs linting and formatting for all files in `src` folder.
40-
41-
### `client:deploy`, `client:deploy:nc`
42-
43-
Deploy the project build from `dist` folder to configured in `serverless.yml` AWS S3 bucket with or without confirmation.
44-
45-
### `client:build:deploy`, `client:build:deploy:nc`
46-
47-
Combination of `build` and `client:deploy` commands with or without confirmation.
48-
49-
### `cloudfront:setup`
50-
51-
Deploy configured in `serverless.yml` stack via CloudFormation.
52-
53-
### `cloudfront:domainInfo`
54-
55-
Display cloudfront domain information in console.
56-
57-
### `cloudfront:invalidateCache`
58-
59-
Invalidate cloudfront cache.
60-
61-
### `cloudfront:build:deploy`, `cloudfront:build:deploy:nc`
62-
63-
Combination of `client:build:deploy` and `cloudfront:invalidateCache` commands with or without confirmation.
64-
65-
### `cloudfront:update:build:deploy`, `cloudfront:update:build:deploy:nc`
66-
67-
Combination of `cloudfront:setup` and `cloudfront:build:deploy` commands with or without confirmation.
68-
69-
### `serverless:remove`
70-
71-
Remove an entire stack configured in `serverless.yml` via CloudFormation.

0 commit comments

Comments
 (0)