mlctrez / golam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golam

A sample starting point for an AWS lambda implemented in golang.

Yes, aws sam cloudformation serverless are other options. This was written for smaller scale hobby use.

usage

  • Setup ~/.aws/config and ~/.aws/credentials according to AWS Documentation
  • Function name will be derived from the last part of the go.mod module name.
  • Install mage and run mage to deploy or mage delete to remove the function and associated roles.
  • Customize additional roles in mage.go#L180.
  • Run mage with the -v switch to see additional debugging.

Go Report Card

created by tigwen

About

License:Apache License 2.0


Languages

Language:Go 100.0%