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

https://github.com/shreyaskarnik/go-lambda

Example for AWS Lambda using Golang
https://github.com/shreyaskarnik/go-lambda

Last synced: 10 months ago
JSON representation

Example for AWS Lambda using Golang

Awesome Lists containing this project

README

          

# go-lambda

Sample function for [AWS Lambda using Golang](https://aws.amazon.com/blogs/compute/announcing-go-support-for-aws-lambda/)

![Build Status](https://github.com/shreyu86/go-lambda/workflows/Test/badge.svg)

## Build

```bash
make build
```

## Test

```bash
make test
```

## Create Deployment

```bash
make zippy
```