You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a bug in CloudFormation which caused updates to `AWS::CloudWatch::Dashboard` to fail if `DashboardName` was not supplied.
Now that the bug has been fixed we can revert the workaround in CDK which generates a name if the user doesn't supply one.
Fixesaws#213.
There was a bug in CloudFormation which caused updates to `AWS::CloudWatch::Dashboard` to fail if `DashboardName` was not supplied.
Now that the bug has been fixed we can revert the workaround in CDK which generates a name if the user doesn't supply one.
Fixesaws#213.
There is a bug in CloudFormation which cases Updates to an
AWS::CloudWatch::Dashboard
to fail ifDashboardName
was not supplied.We now have a CDK-local workaround which will generate a name if the user didn't supply one.
Once the upstream bug is fixed, we should remove the workaround.
The text was updated successfully, but these errors were encountered: