austin-personal / RegisterApp

Simple register web app built with node.js.
0 stars 0 forks source link

Identified problems #3

Open austin-personal opened 7 months ago

austin-personal commented 7 months ago
  1. I do not need webpack. React app needs it because it has to be compiled and translated into js as a file. React is written into html in a javascript function. Therefore, it has to be bundled by using webpack.

  2. Aws configuration is not correct. Find how to use aws credentials as a env variable in my code.

  3. As I do not need webpack I have to re-design my cicd pipeline.

  4. For configurations such as aws and port, change/fix it to run the app in both local machine and github actions.

austin-personal commented 7 months ago

To do lists

  1. Remove web pack and adapt CICD
  2. Aws credentials configuration
  3. change/fix it to run the app in both local machine and github actions.
austin-personal commented 7 months ago
  1. Aws credentials configuration

Once I set AWS credential as repository secrets, I have to adapt it in both workflow and my src. Workflow and my src should know the credentials. So, both files should have was configurations