Skip to content

bisnow/github-actions-store-sqs-config-ssm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-actions-store-sqs-config-ssm

Github action for storing files in ssm

Inputs

file-path

Required The path to the file

base64

Required Encode the file in base64? Default False

ssm-path

Required SSM path to store the file content

Example usage

        uses: bisnow/github-actions-store-sqs-config-ssm@v1.1
        with:
          file-path: ./deploy/${{ env.ENVIRONMENT }}/etc/sqs-worker.conf
          base64: 'true'
          ssm-path: '/${{ env.ECS_SERVICE }}/${{ env.ENVIRONMENT }}/sqs_config'

Making changes

edit index.js

Install ncc if you don't have it

npm i -g @vercel/ncc

Compile JS ncc build index.js --license LICENSE

About

Github action for storing files in ssm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%