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
Deploying Sleeper using CDK version 2.103.* normally works but displays an error message "Error occurred while monitoring stack: Error [ValidationError]: 2 validation errors detected: Value '' at 'stackName' failed to satisfy constraint: Member must have length greater than or equal to 1; Value '' at 'stackName' failed to satisfy constraint: Member must satisfy regular expression pattern: [a-zA-Z][-a-zA-Z0-9]|arn:[-a-zA-Z0-9:/._+]".
Steps to reproduce
Deploy Sleeper.
Analysis
This appears to be the same issue as aws/aws-cdk#27445 and is a CDK bug, not a Sleeper bug. This issue is to record that we aware of the issue and that we assume a future update to CDK will fix this - no action needs to be taken on this issue for now.
The text was updated successfully, but these errors were encountered:
Description
Deploying Sleeper using CDK version 2.103.* normally works but displays an error message "Error occurred while monitoring stack: Error [ValidationError]: 2 validation errors detected: Value '' at 'stackName' failed to satisfy constraint: Member must have length greater than or equal to 1; Value '' at 'stackName' failed to satisfy constraint: Member must satisfy regular expression pattern: [a-zA-Z][-a-zA-Z0-9]|arn:[-a-zA-Z0-9:/._+]".
Steps to reproduce
Deploy Sleeper.
Analysis
This appears to be the same issue as aws/aws-cdk#27445 and is a CDK bug, not a Sleeper bug. This issue is to record that we aware of the issue and that we assume a future update to CDK will fix this - no action needs to be taken on this issue for now.
The text was updated successfully, but these errors were encountered: