https://github.com/dev-shimada/golings-tool
https://github.com/dev-shimada/golings-tool
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-shimada/golings-tool
- Owner: dev-shimada
- Created: 2024-08-17T14:27:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T02:22:13.000Z (almost 2 years ago)
- Last Synced: 2025-10-22T11:49:17.223Z (9 months ago)
- Language: HCL
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# golings-tool
Create a tool on AWS that sends a notification through golings to Slack every Monday at 10 AM.
## Required
- aws cli
- docker
- make
- curl
## Getting Started
### Set webhook url
```bash
aws ssm put-parameter --name "/golings-tool/WEBHOOK_URL" --value "your slack webhook url" --type "SecureString"
```
### Create terraform backend S3 bucket
Create an S3 bucket in your AWS environment to use as a terraform backend.
### Edit Makefile
- PROFILE
- REGION
- BUCKET
- SCHEDULE
### Deploy
```bash
make
```
## Clean up
```bash
make clean
```
## Awsome projects
- mauricioabreu golings: https://github.com/mauricioabreu/golings
- tenntenn goplayground: https://github.com/tenntenn/goplayground