aws-samples / aws-saas-factory-eks-reference-architecture

This repository provides a reference architecture for building an end to end SaaS solution using Amazon Elastic Kubernetes Service (EKS)
MIT No Attribution
258 stars 98 forks source link

some custom domain fixes #56

Closed ACoderLife closed 1 year ago

ACoderLife commented 1 year ago

There was a few small issues with the Vnext branch when you use your own domain like this:

npm run deploy --email=my@email.com --domain=custom.com --hostedzone=A066415336KDJALFWFI77

They were failing the deployment.

The admin and application sites have stopped working due to build failures within CodeBuild due to over updated angular-cli "^versioning". This pull request pins the version to a known working verison.

ranjith-aws commented 1 year ago

Hi @ACoderLife - Thanks for the PR. We will review this and get back if we need any additional details. @zpbappi-aws

ACoderLife commented 1 year ago

Done 😊

zpbappi-aws commented 1 year ago

Thank you for your contribution, @ACoderLife