Skip to content

Commit

Permalink
updating doku, building new go executable, changing lambda zip
Browse files Browse the repository at this point in the history
  • Loading branch information
mliner committed Oct 10, 2024
1 parent 4251f77 commit 89125e8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
golang 1.21.0
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,20 @@ check your code before you will create pull-requests. See
[GitHub Actions documentation](https://docs.github.com/en/actions) for further
details.

### Building lambda package

- use `asdf` to install necessary go version
- compile go code
- zip compiled code and push to the repository

```bash
asdf install

GOARCH=amd64 GOOS=linux go build -o bootstrap main.go

zip lambda.zip bootstrap

```

## License

Expand Down
Binary file renamed main → bootstrap
Binary file not shown.
Binary file modified lambda.zip
Binary file not shown.

0 comments on commit 89125e8

Please sign in to comment.