Skip to content
This repository was archived by the owner on Apr 30, 2023. It is now read-only.

Support operations on multiple stacks #60

@matthewmrichter

Description

@matthewmrichter

I'd like to do a diff on a few different stacks but it is unnecessarily time consuming to run the diff (or any cdk action really) as multiple jobs, when cdk itself supports running multiple at once eg: cdk diff web api

It would be nice if the cdk_stack attribute would support multiple values. EG:

      - name: cdk diff
        uses: youyo/aws-cdk-github-actions@v2
        with:
          cdk_subcommand: "diff"
          cdk_stack:
            - web
            - api

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions