@@ -9,7 +9,6 @@ This is frontend starter project for nodejs-aws mentoring program. It uses the f
9
9
- [ React-query] ( https://react-query-v3.tanstack.com/ ) as a data fetching library
10
10
- [ Formik] ( https://formik.org/ ) as a form library
11
11
- [ Yup] ( https://github.com/jquense/yup ) as a validation schema
12
- - [ Serverless] ( https://serverless.com/ ) as a serverless framework
13
12
- [ Vitest] ( https://vitest.dev/ ) as a test runner
14
13
- [ MSW] ( https://mswjs.io/ ) as an API mocking library
15
14
- [ Eslint] ( https://eslint.org/ ) as a code linting tool
@@ -37,35 +36,3 @@ Runs tests in console, in browser or with coverage.
37
36
### ` lint ` , ` prettier `
38
37
39
38
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