Skip to content

Instantly share code, notes, and snippets.

@vdelacou
Last active January 31, 2020 07:07
Show Gist options
  • Save vdelacou/07b5170741f6d34d5b9f3d830bfcb6ec to your computer and use it in GitHub Desktop.
Save vdelacou/07b5170741f6d34d5b9f3d830bfcb6ec to your computer and use it in GitHub Desktop.
Amplify Console for backend end only with amplify cli
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