This is simply a project for yvm, for the yvm project head to github.com/tophat/yvm
Step 1: Generate AWS access and secret key by creating a user in AWS IAM with AdministratorAccess
permission.
Step 2: Generate a personal access token on Github: /settings/tokens
Step 3: Set following ENV variables:
AWS_ACCESS_KEY_ID
: Your AWS access key generated in Step 1AWS_SECRET_ACCESS_KEY
: Your AWS secret access key generated in Step 1GITHUB_AUTH_TOKEN
: Your GitHub personal access token generated in Step 2
Step 4: Run following commands:
make deploy
You should be able to pass the ENV variables like this:
GITHUB_AUTH_TOKEN="something" AWS_ACCESS_KEY_ID="abc" AWS_SECRET_ACCESS_KEY="abc" serverless deploy
It should give you a link to the service!
make start
GET /yvm-releases
GET /yvm-releases/all
GET /yarn-releases
Thanks goes to these wonderful people (emoji key):
Jake Bolam π» π π |
Tom Grant π» π |
Emmanuel Ogbizi π π» π |
---|
Thanks to Carol Skelly for donating the github organization!