Skip to content

keisuke1223/notification_slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notification_slack

  • backlog_to_slack
    • We will notify you at 9 am from Monday to Friday by slack of tickets created on the previous business day .

Requirements

You may need the following for local testing.

set Environment Variable in template.yaml

Environment:
  Variables:
    ...
    SlackChannelName:
    ...

Local development

Invoking function locally

sam build
sam local invoke BacklogToSlackFunction

Packaging and deployment

To deploy your application for the first time, run the following in your shell:

sam deploy --guided

Testing

We use testing package that is built-in in Golang and you can simply run the following command to run our tests locally:

go test -v ./backlog_to_slack/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published