We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e606607 commit eaa3b11Copy full SHA for eaa3b11
packages/core/src/shared/sam/utils.ts
@@ -115,6 +115,5 @@ export enum SamCliErrorTypes {
115
DeployStackStatusMissing = 'Was not able to find a stack with the name:',
116
DeployStackOutPutFailed = 'Failed to get outputs from stack',
117
DeployBucketRequired = 'Templates with a size greater than 51,200 bytes must be deployed via an S3 Bucket.',
118
- NoUpdateExitCode = 'is up to date',
119
- ChangeSetEmpty = 'No changes to deploy. Stack is up to date',
+ ChangeSetEmpty = 'is up to date',
120
}
0 commit comments