UNPKG

@aws-amplify/cli-internal

Version:
11 lines (8 loc) 233 B
const eventName = 'PostPush'; async function run(context, args) { // insert your code to handle the amplify cli PostPush event context.print.info(`Event handler ${eventName} to be implemented.`); } module.exports = { run, };