Last active
January 31, 2020 07:07
-
-
Save vdelacou/07b5170741f6d34d5b9f3d830bfcb6ec to your computer and use it in GitHub Desktop.
Amplify Console for backend end only with amplify cli
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
version: 0.1 | |
backend: | |
phases: | |
build: | |
commands: | |
- amplifyPush --simple | |
frontend: | |
phases: | |
preBuild: | |
commands: | |
- npm install | |
build: | |
commands: [] | |
artifacts: | |
baseDirectory: /front/ | |
files: | |
- '**/*' | |
cache: | |
paths: | |
- node_modules/**/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment