Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfreder committed Nov 19, 2024
1 parent e606607 commit eaa3b11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/src/shared/sam/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,5 @@ export enum SamCliErrorTypes {
DeployStackStatusMissing = 'Was not able to find a stack with the name:',
DeployStackOutPutFailed = 'Failed to get outputs from stack',
DeployBucketRequired = 'Templates with a size greater than 51,200 bytes must be deployed via an S3 Bucket.',
NoUpdateExitCode = 'is up to date',
ChangeSetEmpty = 'No changes to deploy. Stack is up to date',
ChangeSetEmpty = 'is up to date',
}

0 comments on commit eaa3b11

Please sign in to comment.