-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hi, I have a question, with this plug in can I do something like this,
aws cloudformation create-change-set
--stack-name TargetStack --change-set-name ImportChangeSet
--change-set-type IMPORT
--resources-to-import "[{\"ResourceType\":\"AWS::DynamoDB::Table\",\"LogicalResourceId\":\"GamesTable\",\"ResourceIdentifier\":{\"TableName\":\"Games\"}}]"
--template-body file://templateToImport.json
Or this work different from that cloudformation command?
What I'm trying to do is to split a couple of resources from a serverless stack and put them into a new stack but without deleting the current resource.
Metadata
Metadata
Assignees
Labels
No labels