UNPKG

@aws-amplify/graphql-api-construct

Version:

AppSync GraphQL Api Construct using Amplify GraphQL Transformer.

6 lines (5 loc) 152 B
var child_process = require('child_process') module.exports = function exec(command) { return child_process.execSync(command).toString().trim() }