
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@schibsted/serverless-slack-deploy-notification
Advanced tools
Serverless plugin that sends a slack message on deployment start and finish
A Serverless plugin that sends a slack message on deployment start and finish
When deployment starts plugin posts a message like this:

When deployment finishes successfully plugin updates the first message into:

Sadly there's no way to detect a deployment error and send a notification then. In that case you get stuck on the 'deployment in progress' notification
Additionally, when the deploy finishes, plugin posts app details into a thread of the notification e.g.

npm install @schibsted/serverless-slack-deploy-notification --save-dev
token - Slack API token with at least chat.write scopechannel - Channel ID (not channel name)enabled - Turn notifications off for specific stageslogo - make the notification easier to notice by putting app logo on the side of the messagetravisUrl - URL to your builds in TravisgithubUrl - URL to your Github repositoryappUrl - URL where the application you're deploying will be accessibleSee the sample usage below.
service: your-service
provider:
name: aws
runtime: nodejs12.x
custom:
slackDeployNotification:
enabled:
staging: false
token: %SLACK_WEB_API_TOKEN
channel: %SLACK_CHANNEL_ID
logo: https://cdn.pixabay.com/photo/2015/12/11/11/43/google-1088004_1280.png
travisUrl: https://travis.schibsted.io/foo/bar
githubUrl: https://github.schibsted.io/foo/bar
appUrl: https://google.com
plugins:
- "@schibsted/serverless-slack-deploy-notification"
functions:
foo:
handler: foo.handler
Everyone is very welcome to contribute to this repository. Feel free to raise issues or to submit Pull Requests.
0.4.1 (2022-08-29)
FAQs
Serverless plugin that sends a slack message on deployment start and finish
We found that @schibsted/serverless-slack-deploy-notification demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.