Skip to content

Fork that incorporates a couple misc. improvements from other forks.

License

Notifications You must be signed in to change notification settings

ontheflightline/heroku-buildpack-awscli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku buildpack for the 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 heroku-community/awscli

$ 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

Fork that incorporates a couple misc. improvements from other forks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 93.2%
  • Dockerfile 6.8%