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: 3 days ago
JSON representation
AWS Serverless Application Model w/ Go
- Host: GitHub
- URL: https://github.com/sbstjn/faas-sam-lambda-go
- Owner: sbstjn
- License: mit
- Created: 2019-02-08T09:47:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T19:35:56.000Z (about 6 years ago)
- Last Synced: 2025-04-01T16:24:21.319Z (23 days ago)
- Topics: amazon, aws, cloudformation, faasclub, go, lambda, serverless
- Language: Go
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-golang-repositories - faas-sam-lambda-go
README
# AWS Serverless Application Model w/ Go
[](https://github.com/sbstjn/faas-sam-lambda-go/blob/master/LICENSE.md)
[](https://faas.club)
[](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
```