All Projects → doitintl → AWSlack

doitintl / AWSlack

Licence: other
Get Slack notifications on AWS CloudWatch events

Programming Languages

javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to AWSlack

monitoring-jump-start
Monitor AWS resources with ease
Stars: ✭ 67 (+219.05%)
Mutual labels:  cloudformation, cloudwatch-events
takomo
Organize, parameterize and deploy your CloudFormation stacks
Stars: ✭ 27 (+28.57%)
Mutual labels:  cloudformation
atlantis
GitOps for Teams (experimental hard fork of atlantis)
Stars: ✭ 13 (-38.1%)
Mutual labels:  cloudformation
formica
Simple Tool to deploy Cloudformation Templates
Stars: ✭ 60 (+185.71%)
Mutual labels:  cloudformation
aws-node-custom-user-pool
Serverless AWS Cognito Custom User Pool Example
Stars: ✭ 15 (-28.57%)
Mutual labels:  cloudformation
bora
A Ruby command line tool and rake tasks for working with cloudformation stacks and cfndsl
Stars: ✭ 18 (-14.29%)
Mutual labels:  cloudformation
ecs-mesh-workshop
This handy workshop help the customers to quickly launch ECS with service mesh support on top of mixed type of instance in all commercial regions (include China), and also provides hands-on tutorials with best practices. It can be customized easily as per need.
Stars: ✭ 17 (-19.05%)
Mutual labels:  cloudformation
aws-cloudformation-simplified
AWS CloudFormation - Simplified | Hands On Learning !!
Stars: ✭ 51 (+142.86%)
Mutual labels:  cloudformation
typeformation
Type Cloudformation templates with pleasure!
Stars: ✭ 16 (-23.81%)
Mutual labels:  cloudformation
aws-cloudformation-cognito-identity-pool
A Lambda-backed Custom Resource for a Cognito Identity Pool in CloudFormation
Stars: ✭ 35 (+66.67%)
Mutual labels:  cloudformation
aws-cloudformation-resource-providers-cloudformation
The CloudFormation Resource Provider Package For AWS CloudFormation
Stars: ✭ 42 (+100%)
Mutual labels:  cloudformation
nfscan
NFScan is a free, open-source software, available to non-profit organizations to receive donations effectively.
Stars: ✭ 85 (+304.76%)
Mutual labels:  cloudformation
cloudformation-checklist
The checklist for meticulous AWS DevOps engineers
Stars: ✭ 68 (+223.81%)
Mutual labels:  cloudformation
Humidifier
AWS Cloudformation using C#
Stars: ✭ 45 (+114.29%)
Mutual labels:  cloudformation
serverless-rules
Compilation of rules to validate infrastructure-as-code templates against recommended practices for serverless applications.
Stars: ✭ 352 (+1576.19%)
Mutual labels:  cloudformation
Hands-On-Serverless-Applications-with-Go
Hands-On Serverless Applications with Go, published by Packt.
Stars: ✭ 92 (+338.1%)
Mutual labels:  cloudformation
LambdaSharpTool
Serverless .NET on AWS - λ# is a CLI and Framework for Rapid Application Development using .NET on AWS
Stars: ✭ 99 (+371.43%)
Mutual labels:  cloudformation
aws-cfn-custom-resource-lambda-edge
🏗 AWS CloudFormation custom resource that allows deploying Lambda@Edge from any region
Stars: ✭ 19 (-9.52%)
Mutual labels:  cloudformation
cloudniite
AWS Lambda Optimization and Monitoring Tool
Stars: ✭ 25 (+19.05%)
Mutual labels:  cloudformation
aws-maven-plugin
Deploys resources to AWS using maven
Stars: ✭ 25 (+19.05%)
Mutual labels:  cloudformation

AWSlack

Prerequisites

  • A valid AWS Account.
  • Any AWS supported browser. ( Chrome / Firefox / Safari etc. )

Generate Slack API Token

  • Go to https://<YOUR_SLACK_TEAM>.slack.com/apps/new/A0F7YS25R-bots
  • Enter a name for the bot to post with. (i.e. @aws)
  • Click Add bot integration.
  • Wait until the UI displays the API Token and copy the string (i.e. xxxx-yyyyyyyyyyyy-zzzzzzzzzzzzzzzzzzzzzzzz).
  • Keep this token for using in the next step.
  • Don't forget to invite your new bot to a channel by @ mentioning it.

Deployment

  • Hold down the Ctrl button and Click the Launch Stack button to deploy the stack into your account:

  • Paste your API Token in the SlackAPIToken parameter.
  • The bot will publish messages to the channel in the DefaultSlackChannel parameter. The default is aws.
  • Click Next and Confirm all steps until the stack deploys.

Configure

  • Open your browser at AWS DynamoDB Console
  • Switch to the Tables tab.
  • Select the awslack.tests table and go to the Items tab.
  • You can add new tests or change/delete existing tests.
  • You can change the slackChannel attribute of each test to another Slack channel.
  • Select the awslack.configs table and go to the Items tab.
  • You can edit the slackAPIToken and set the value to another slack API token.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].