Skip to content

best-teacher-production/heroku-buildpack-awscli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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 config:add BUILDPACK_URL=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>

About

Heroku buildpack that adds aws cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%