awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
957 stars 188 forks source link

services names swapped #474

Open goodbyedavid opened 1 year ago

goodbyedavid commented 1 year ago

After creating two services, I defined two tiers for each service. Once the tiers were created, it is noticed service names were swapped.

Environment

Other

截屏2023-02-03 09 45 47 截屏2023-02-03 09 46 16

This is :bug: Bug Report

PoeppingT commented 1 year ago

Hi @goodbyedavid , thanks for the bug report! To address this issue we'll need a little more information:

  1. In your picture you show that main has the Service Name field as feature1. Does that main service have the configurations of main or feature1?
  2. What is the exact order of operations you took on your SaaS Boost environment? How much of the application config did you create before creating tiers? How did the application config change once you created the tiers?
  3. Behind the hood, this application configuration is stored as a JSON blob in AWS SSM Parameter Store. Go to your AWS Console, navigate to Systems Manager, click on Parameter Store on the left, and find the parameters named /saas-boost/${environment}/app/${main/feature1}/SERVICE_JSON. Do those JSON parameters match what you expect?

I suspect that this is simply a UI bug, and that the application configuration under the hood is still as you expect: but answers to these questions will help us get to the bottom of the issue.

PoeppingT commented 1 year ago

477 may fix this issue, but until we have reproduction we cannot know for sure. @goodbyedavid have you been able to reproduce this issue?