A simple application to study the serverless concepts with Golang.
Follow the steps to install the project on your local machine.
You need the following elements to use the service:
- NPM
- Golang
- aws-lambda-go library
- Serverless framework
- Docker and Docker compose
Create a folder on your computer where you want to clone the repository.
Clone this repository to your machine using git commands:
https://github.com/edsonjuniordev/go-serverless.git .Install the packages:
npm iand
go mod downloadBuild the binary file:
make build
Run the project:
make dev
This project was developed in order to study the concepts of serverless applications made in golang.
This project was developed with current market technologies, as well as:
- aws-lambda-go library - aws-sdk-go is the official AWS SDK for the Go programming language.
- Serverless framework - All-in-one development solution for auto-scaling apps on AWS Lambda.