nmccready / lambda-go-samples

An example of using AWS Lambda with Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lambda-go-samples

see: make help

versioning

npm is gospel! No code is better than code. npm version command is more than sufficient and there is no need for any other semver code or logic

dependencies

  • npm install -g foreman to inject env variables like S3 buckets etc.
  • brew install jq

deployment example

nf run make deploy

un-deploy (destroy stack)

nf run make undeploy

About

An example of using AWS Lambda with Go


Languages

Language:Go 66.0%Language:Shell 17.8%Language:Makefile 16.2%