https://github.com/h3poteto/lambda-slack-notifier
https://github.com/h3poteto/lambda-slack-notifier
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/h3poteto/lambda-slack-notifier
- Owner: h3poteto
- Created: 2021-11-03T07:40:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T12:35:29.000Z (over 3 years ago)
- Last Synced: 2025-01-12T14:12:20.773Z (4 months ago)
- Language: Go
- Size: 4.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lambda-slack-notifier
Lambda functions which are deployed by lambroll.
## How to deploy
```
$ cd login-notifier
$ go build
$ lambroll deploy --region=us-east-1
```