Skip to content

Shopify/heroku-buildpack-awscli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/Shopify/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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%