/slack-new-channel-notification

[WIP] notify created slack channels

Primary LanguageRust

slack-new-channel-notification

development

preparation

Tools:

  • Slack workspace is needed for notification
  • Rust is needed for compiling code
  • Docker is needed for cross compiling
  • AWS CLI is needed for deployment

AWS Environment:

build

$ make build # to create zip file for AWS Lambda function

deploy

$ make deploy AWS_S3_BUCKET=<your s3 bucket name>