Skip to content

packdigital/heroku-buildpack-aws

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 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>
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install --install-dir aws-cli

About

Heroku buildpack to install AWS binary in PATH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%