https://github.com/baimamboukar/go-serverless-api
Go serverless REST APIs example deployed to AWS using the serverless framework
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.0%) to scientific vocabulary
Keywords
aws-cloudformation
aws-lambda
gin-gonic
golang
rest-api
serverless
serverless-framework
Last synced: 5 months ago
·
JSON representation
Repository
Go serverless REST APIs example deployed to AWS using the serverless framework
Basic Info
- Host: GitHub
- Owner: baimamboukar
- Language: Go
- Default Branch: main
- Homepage: https://baimamboukar.medium.com/build-go-serverless-rest-apis-and-deploy-to-aws-using-the-serverless-framework-5a277042c1a1
- Size: 62.5 KB
Statistics
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
- Releases: 0
Topics
aws-cloudformation
aws-lambda
gin-gonic
golang
rest-api
serverless
serverless-framework
Created about 2 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
README.md
Serverless REST APIs using Go - Serverless Framework - AWS
Overview
This project demonstrates how to build and deploy serverless REST APIs using Go and the Serverless Framework on AWS.
Features
- Go Language: The APIs are written in Go, a statically typed language known for its performance.
- Serverless Framework: Utilizes the Serverless Framework to simplify deployment and management of serverless functions.
- AWS: Runs on the AWS cloud platform, taking advantage of serverless services like AWS Lambda and API Gateway.
- Continuous Integration: Integrates with Travis CI for continuous integration and automated builds.
- Test Coverage: Monitors test coverage using Coveralls, ensuring a comprehensive test suite.
Owner
- Name: BAIMAM BOUKAR JEAN JACQUES
- Login: baimamboukar
- Kind: user
- Location: Yaoundé
- Website: baimamboukar.medium.com
- Twitter: baimamjj
- Repositories: 13
- Profile: https://github.com/baimamboukar
Mobile Developer - Open source - APIs -Cloud | AWSx1
GitHub Events
Total
- Watch event: 4
Last Year
- Watch event: 4
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 0
proxy.golang.org: github.com/baimamboukar/go-serverless-api
Rankings
Dependent packages count: 8.9%
Average: 9.5%
Dependent repos count: 10.0%
Last synced:
9 months ago
Dependencies
go.mod
go
- github.com/bytedance/sonic v1.10.2
- github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d
- github.com/chenzhuoyu/iasm v0.9.1
- github.com/gabriel-vasile/mimetype v1.4.3
- github.com/gin-contrib/sse v0.1.0
- github.com/gin-gonic/gin v1.9.1
- github.com/go-playground/locales v0.14.1
- github.com/go-playground/universal-translator v0.18.1
- github.com/go-playground/validator/v10 v10.16.0
- github.com/goccy/go-json v0.10.2
- github.com/json-iterator/go v1.1.12
- github.com/klauspost/cpuid/v2 v2.2.6
- github.com/leodido/go-urn v1.2.4
- github.com/mattn/go-isatty v0.0.20
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/pelletier/go-toml/v2 v2.1.0
- github.com/twitchyliquid64/golang-asm v0.15.1
- github.com/ugorji/go/codec v1.2.11
- golang.org/x/arch v0.6.0
- golang.org/x/crypto v0.15.0
- golang.org/x/net v0.18.0
- golang.org/x/sys v0.14.0
- golang.org/x/text v0.14.0
- google.golang.org/protobuf v1.31.0
- gopkg.in/yaml.v3 v3.0.1
go.sum
go
- github.com/bytedance/sonic v1.5.0
- github.com/bytedance/sonic v1.10.0-rc
- github.com/bytedance/sonic v1.10.2
- github.com/chenzhuoyu/base64x v0.0.0-20211019084208-fb5309c8db06
- github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311
- github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d
- github.com/chenzhuoyu/iasm v0.9.0
- github.com/chenzhuoyu/iasm v0.9.1
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/gabriel-vasile/mimetype v1.4.3
- github.com/gin-contrib/sse v0.1.0
- github.com/gin-gonic/gin v1.9.1
- github.com/go-playground/locales v0.14.1
- github.com/go-playground/universal-translator v0.18.1
- github.com/go-playground/validator/v10 v10.16.0
- github.com/goccy/go-json v0.10.2
- github.com/golang/protobuf v1.5.0
- github.com/google/go-cmp v0.5.5
- github.com/google/gofuzz v1.0.0
- github.com/json-iterator/go v1.1.12
- github.com/klauspost/cpuid/v2 v2.0.9
- github.com/klauspost/cpuid/v2 v2.2.6
- github.com/knz/go-libedit v1.10.1
- github.com/leodido/go-urn v1.2.4
- github.com/mattn/go-isatty v0.0.20
- github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/pelletier/go-toml/v2 v2.1.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/objx v0.4.0
- github.com/stretchr/objx v0.5.0
- github.com/stretchr/testify v1.3.0
- github.com/stretchr/testify v1.7.0
- github.com/stretchr/testify v1.7.1
- github.com/stretchr/testify v1.8.0
- github.com/stretchr/testify v1.8.1
- github.com/stretchr/testify v1.8.2
- github.com/stretchr/testify v1.8.4
- github.com/twitchyliquid64/golang-asm v0.15.1
- github.com/ugorji/go/codec v1.2.11
- golang.org/x/arch v0.0.0-20210923205945-b76863e36670
- golang.org/x/arch v0.6.0
- golang.org/x/crypto v0.15.0
- golang.org/x/net v0.18.0
- golang.org/x/sys v0.5.0
- golang.org/x/sys v0.6.0
- golang.org/x/sys v0.14.0
- golang.org/x/text v0.14.0
- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
- google.golang.org/protobuf v1.26.0-rc.1
- google.golang.org/protobuf v1.31.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
- gopkg.in/yaml.v3 v3.0.1
- nullprogram.com/x/optparse v1.0.0
- rsc.io/pdf v0.1.1