Commit f712983 1 parent 9f204aa commit f712983 Copy full SHA for f712983
File tree 3 files changed +29
-1
lines changed
3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1
1
pod-tzzh-aws
2
2
.lsp /
3
3
.clj-kondo /
4
+ dist /
Original file line number Diff line number Diff line change
1
+ before :
2
+ hooks :
3
+ - go mod download
4
+ - go generate ./...
5
+ - go fmt aws/aws.go
6
+ builds :
7
+ - env :
8
+ - CGO_ENABLED=0
9
+ goos :
10
+ - linux
11
+ - windows
12
+ - darwin
13
+ archives :
14
+ - replacements :
15
+ darwin : Darwin
16
+ linux : Linux
17
+ windows : Windows
18
+ 386 : i386
19
+ amd64 : x86_64
20
+ checksum :
21
+ name_template : ' checksums.txt'
22
+ changelog :
23
+ sort : asc
24
+ filters :
25
+ exclude :
26
+ - ' ^docs:'
27
+ - ' ^test:'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Currently most dynamodb and s3 functions are supported (adding other services sh
10
10
11
11
## Usage
12
12
13
- Compile the pod by running ` go build ` , then:
13
+ Get the latest release and then:
14
14
``` clojure
15
15
(require '[babashka.pods])
16
16
(babashka.pods/load-pod [" ./pod-tzzh-aws" ])
You can’t perform that action at this time.
0 commit comments