Skip to content

Instantly share code, notes, and snippets.

@tj
Created January 24, 2016 04:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tj/279f42b9db37e7cc5bfc to your computer and use it in GitHub Desktop.
Save tj/279f42b9db37e7cc5bfc to your computer and use it in GitHub Desktop.
{
"name": "coffeescript",
"description": "Coffeescript example using hooks",
"role": "arn:aws:iam::293503197324:role/lambda",
"runtime": "nodejs",
"hooks": {
"build": "coffee -cs < index.coffee > index.js",
"clean": "rm index.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment