Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sbstjn/faas-sam-lambda-go

AWS Serverless Application Model w/ Go
https://github.com/sbstjn/faas-sam-lambda-go

amazon aws cloudformation faasclub go lambda serverless

Last synced: about 7 hours ago
JSON representation

AWS Serverless Application Model w/ Go

Awesome Lists containing this project

README

        

# AWS Serverless Application Model w/ Go

[![MIT License](https://badgen.now.sh/badge/License/MIT/blue)](https://github.com/sbstjn/faas-sam-lambda-go/blob/master/LICENSE.md)
[![FaaS.club](https://badgen.now.sh/badge/FaaS/CLUB/00C387)](https://faas.club)
[![FaaS Makefile](https://badgen.now.sh/badge/FaaS/Makefile/purple)](https://github.com/sbstjn/faas-makefile)

> Example AWS Lambda Function w/ Go

# Usage

## Deploy

```bash
# Deploy AWS Lambda function
$ > make configure build package deploy
```

## Test

```bash
# Run pytest
$ > make test
```