Skip to content

AWS CloudFormation Stack status checker for GitHub Action

Actions

About

Retrives the AWS CloudFormation Stack status
v2.0.3
Latest
By poad
Star (2)

GitHub Action to AWS CloudFormation Stack status checks

License PRs welcome! version

Usage

Retrives status of AWS CloudFormation Stack

    - name: 'Retrives status of AWS CloudFormation Stack'
      id: stack-status
      uses: poad/aws-cloudformation-stack-status-checker@v2.0.0
      with: 
        stack-name: 'test-stack'
  
    - name: 'Another example step'
      run: echo ${{ steps.stack-status.outputs.status }}

Credentials and region

Credential resolve follows the AWS SDK v3 for JavaScript specification. https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/setting-region.html

It is recommended to use aws-actions/configure-aws-credentials to configure credentials in advance.

cross regions

The default region can be set via credentials or the environment variable AWS_REGION.

To check the stack for a region other than the default region, specify region in the Action input as follows

    - name: 'Retrives status of AWS CloudFormation Stack'
      id: stack-status
      uses: poad/aws-cloudformation-stack-status-checker@v2.0.0
      with: 
        stack-name: 'test-stack'
        region: us-west-2

License

Any contributions made under this project will be governed by the MIT License

Security Policy

SECURITY.md をご覧ください。

AWS CloudFormation Stack status checker for GitHub Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Retrives the AWS CloudFormation Stack status
v2.0.3
Latest
By poad

AWS CloudFormation Stack status checker for GitHub Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.