Skip to content

Instantly share code, notes, and snippets.

@WisaniShilumani
Last active February 25, 2019 10:27
Show Gist options
  • Save WisaniShilumani/7f05fc4c2f9aecb4142cc3d422157ef1 to your computer and use it in GitHub Desktop.
Save WisaniShilumani/7f05fc4c2f9aecb4142cc3d422157ef1 to your computer and use it in GitHub Desktop.
Deploy Could Formation Package.json
{
"name": "my-sam-package",
"version": "1.0.0",
"description": "My amazing sam package",
"main": "src/index.js",
"repository": "https://github.com/my-awesome-org/my-sam-package",
"author": "Me",
"license": "MIT",
"private": true,
"scripts": {
"deploy": "./bin/deploy.sh"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment