TIL
Deploying Serverless Go projects with AWS SAM Pipelines and GitHub Actions
Wow, that title is a mouthful. Here's what it means: * You can use AWS SAM to easily construct at Serverless Application on AWS where the AWS Lambda code is written in Go * You can deploy your app to AWS from the CLI with sam deploy which is nice