|
|
|
|
|
by bunsenhoneydew
2321 days ago
|
|
You should have a look at AWS Amplify Console https://aws.amazon.com/amplify/console/
It’s specifically designed to do most of this for you. I’ve been using it for static site work recently and it’s awesome. It also does plenty more and can be used for full stack dev but it’s great if you just need static site hosting and build pipelines. No need to have the build locally and uses gitops for build and auto generates environments based off branch name patterns. |
|