odedlaz / heroku-buildpack-awscli

Heroku buildpack that adds aws cli
MIT License
5 stars 41 forks source link

Heroku buildpack: AWS CLI

This is a Heroku buildpack that allows one to run AWS CLI in a dyno alongside application code.

Usage

Example usage:

$ heroku buildpacks:add https://github.com/odedlaz/heroku-buildpack-awscli.git

$ heroku config:add AWS_ACCESS_KEY_ID=<aws-access-key>

$ heroku config:add AWS_SECRET_ACCESS_KEY=<aws-secret-access-key>

$ heroku config:add AWS_DEFAULT_REGION=<default-aws-region>

$ git push heroku master