Skip to content

JSON to cloud formation parameters

Actions
Allows you to specify a path to a json file containing
v1.0
Latest
Star (2)

json-to-cloudformation-options-action

Convert a json file to the string format needed by cloudformation.

Example

also uses read json property to just read location of artifact and upload to s3 bucket

- name: Read Properties
  id: read_property
  uses:  ashley-taylor/[email protected]
  with:
    path: target/cf.conf
    property: artifact
- name: Read Cloud formation Properties
  id: cf
  uses:  ashley-taylor/[email protected]
  with:
    path: target/cf.conf
- name: Upload to S3
  run: aws s3 cp target/${{ steps.read_property.outputs.value }} s3://example-bucket/bfp/${{ steps.read_property.outputs.value }}
- name: Update AWS
  run: aws cloudformation deploy --template-file cf.json --stack-name example-stack --parameter-overrides ${{ steps.cf.outputs.value }} --capabilities "CAPABILITY_IAM"
      ```

JSON to cloud formation parameters 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

Allows you to specify a path to a json file containing
v1.0
Latest

JSON to cloud formation parameters 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.