Created
August 11, 2019 20:33
-
-
Save brianleroux/63983d51be7cb053e6463eb07cf480e2 to your computer and use it in GitHub Desktop.
arc6 quickstart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# setup a workspace | |
mkdir testarc6 | |
cd testarc6 | |
npm init -f | |
npm i @architect/[email protected] | |
# generate a hello world function | |
npx arc init | |
# modify .arc file @aws with a bucket property for deploying | |
npx arc deploy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment