amplify-push-slack-notifier-plugin
v0.2.8
Published
An amplify plugin that notifies your Slack Channel whenever amplify push is triggered from your CLI locally.
Maintainers
Readme
Introduction
An amplify plugin that notifies your Slack Channel whenever amplify push is triggered from your CLI locally.
Installation
npm i -g amplify-push-slack-notifier-pluginPrerequisite
Install Amplify CLI globally if you have not already.
npm i -g @aws-amplify/cliThe following environmental variables need to be setup beforehand.
AWS_ACCESS_KEY
AWS_SECRET_KEY
AMPLIFY_SLACK_WEBHOOK_URLCreate a Slack App and add an Incoming Webhook, then copy the Webhook URL to be used in AMPLIFY_SLACK_WEBHOOK_URL.
From the root of your amplify project run
amplify plugin add amplify-push-slack-notifier-pluginNow whenever amplify push is performed from the Amplify CLI, it will send a message to your specified Slack Channel in the following format.
<AWS USERNAME> pushed to amplify env: <AMPLIFY ENV>- Changes that have been made.

Updating the Plugin
npm i -g amplify-push-slack-notifier-plugin@latest
From the root of your amplify project run
amplify plugin add amplify-push-slack-notifier-plugin