Skip to content

Instantly share code, notes, and snippets.

View titpetric's full-sized avatar
💭
I may be slow to respond.

Tit Petric titpetric

💭
I may be slow to respond.
View GitHub Profile
@jsokel
jsokel / sqs_publisher.go
Created April 13, 2017 14:49
A simple generic GO SQS publisher
package queue
import (
"encoding/base64"
"encoding/json"
log "github.com/Sirupsen/logrus"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/sqs"
"github.com/aws/aws-sdk-go/service/sqs/sqsiface"
"reflect"
@d0x2f
d0x2f / .drone.yml
Last active August 17, 2021 22:18
.drone.yml example
workspace:
base: /build
pipeline:
dbnode1:
detach: true
image: mysql/mysql-cluster:7.5
commands:
- sleep 5