Skip to content

Is similar to cloudformation changeset #17

@fernan256

Description

@fernan256

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions