Skip to content

Instantly share code, notes, and snippets.

@marcelog
Created February 25, 2017 20:19
Show Gist options
  • Save marcelog/ee69b5482b87660503a91abce517f76c to your computer and use it in GitHub Desktop.
Save marcelog/ee69b5482b87660503a91abce517f76c to your computer and use it in GitHub Desktop.
Installing and packing the Lambda described in https://github.com/marcelog/aws-lambda-start-stop-instances
#!/bin/bash
npm install
zip -r ec2_start_stop.zip *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment