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
959 stars 188 forks source link

not able to update application configuration #392

Closed qwudssd closed 1 year ago

qwudssd commented 1 year ago

update failed when tried to modify the application configuration even if with no tenant deployed or provisioned

Screen Shot 2022-10-28 at 4 22 21 PM

branch: latest main

PoeppingT commented 1 year ago

Hi @qwudssd , you can troubleshoot this by looking at the CloudWatch LogGroup for the Settings service for your environment. Go to the AWS Console, navigate to CloudWatch and click on "LogGroups" on the left. The LogGroup in question will have a name like /aws/lambda/sb-${environment name}-settings-update-config. The most recent logs should provide some additional information as to why the application configuration update failed.

qwudssd commented 1 year ago

okay thanks!

qwudssd commented 1 year ago

Hi i was not able to reproduce the issue and it works fine now.