peterp
11/13/2017, 11:43 PMcustom:
dev:
APP_ENV: "development"
functions:
processActiveContact:
handler:
code:
src: ./src/processActiveContact.js
environment:
APP_ENV: ${self:custom.${opt:target}.APP_ENV}
type: subscription
query: ./src/processActiveContact.graphql
agartha
11/14/2017, 12:38 AMsebastien
11/14/2017, 12:41 AMA valid option to satisfy the declaration 'opt:target' could not be found
Wondering if I’m doing something wrong there.sebastien
11/14/2017, 12:43 AMgraphcool deploy --target dev
agartha
11/14/2017, 12:43 AMagartha
11/14/2017, 12:44 AMsebastien
11/14/2017, 12:44 AMagartha
11/14/2017, 12:47 AM