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
Once all the refactoring logic is implemented, we can add it as a step prior to deployment, in the deploy command. The confirmation step now becomes:
The following resources were moved or renamed:
┌───────────────────────────────┬───────────────────────────────┬──────────────────────────┐
│ Resource Type │ Old Logical ID │ New Logical ID │
├───────────────────────────────┼───────────────────────────────┼──────────────────────────┤
│ AWS::S3::Bucket │ MyStack.Queue1A4198146 │ Web.Bucket843D52FF │
├───────────────────────────────┼───────────────────────────────┼──────────────────────────┤
│ AWS::CloudFront::Distribution │ MyStack.DistributionE3BB089E │ Web.Distribution7142E1F1 │
├───────────────────────────────┼───────────────────────────────┼──────────────────────────┤
│ AWS::Lambda::Function │ MyStack.FunctionA5EA2BD8 │ Service.Function8F0BB69B │
└───────────────────────────────┴───────────────────────────────┴──────────────────────────┘
? What do you want to do? (Use arrow keys)
❯ Execute the refactor and deploy
Deploy without refactoring (will cause resource replacement)
Quit
The text was updated successfully, but these errors were encountered:
Once all the refactoring logic is implemented, we can add it as a step prior to deployment, in the
deploy
command. The confirmation step now becomes:The text was updated successfully, but these errors were encountered: