Skip to content

GeorgeDavis-TriumphTech/goreleaser-aws-lambda-example

Repository files navigation

goreleaser-aws-lambda-example

This is a example project of how GoReleaser can be used to build and release Golang application to AWS Lambda.

There are two files that are critical to setting up this example.

How it works

.github/workflows/lambda-deploy.yml - This workflow file helps to setup the Go build environment on GitHub runners and pass the execution to GoReleaser for build and release to GitHub.

.goreleaser.yaml - This GoReleaser configuration file takes care of automating the build and release process laid out by the GoReleaser configuration template syntax. Please refer to https://goreleaser.com/customization for more information.

Documentation

A lot of documentation of how this project is set up, is provided as inline comments on the project files.

Credits

Both of these articles help make this quick project to highlight the usecase of GoReleaser as a release automation tool.

Thank you!

About

Build, Test, Release and Deploy toolchain for Go serverless functions on AWS Lambda, using GoReleaser

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published