Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkaflik/aws-lambda-go-api-example
Example API on native AWS Lambda
https://github.com/jkaflik/aws-lambda-go-api-example
Last synced: 26 days ago
JSON representation
Example API on native AWS Lambda
- Host: GitHub
- URL: https://github.com/jkaflik/aws-lambda-go-api-example
- Owner: jkaflik
- Created: 2018-01-17T07:52:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T19:37:02.000Z (almost 7 years ago)
- Last Synced: 2024-10-27T23:47:36.024Z (2 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AWS Lambda Golang API example
===AWS at 15 Jan [announced the Go support for Lambda](https://aws.amazon.com/blogs/compute/announcing-go-support-for-aws-lambda/). This repository contains simple approach over serverless API using [Serverless framework](https://serverless.com/).
Each handler consists of one `.go` file in `handler/` directory. Building those and packaging into AWS compliant package is managed by Makefile:
make handlers package
Deploy using `serverless deploy` or:make deploy
TODO
----
* unit tests
* e2e tests
* CLI command with HTTP server