0.2.8 • Published 3 years ago

amplify-push-slack-notifier-plugin v0.2.8

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

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-plugin

Prerequisite

Install Amplify CLI globally if you have not already.

npm i -g @aws-amplify/cli

The following environmental variables need to be setup beforehand.

AWS_ACCESS_KEY
AWS_SECRET_KEY
AMPLIFY_SLACK_WEBHOOK_URL

Create 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-plugin

Now whenever amplify push is performed from the Amplify CLI, it will send a message to your specified Slack Channel in the following format.

  1. <AWS USERNAME> pushed to amplify env: <AMPLIFY ENV>
  2. Changes that have been made.

Slack Push Notification

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
0.2.8

3 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.3

4 years ago

0.2.4

4 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago