Skip to content

canopas/serverless-microservice-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless microservice example

This repository guides you to implement serverless microservice by using simple lambda function.

Perform following steps to configure the microservice example.

  1. Run GOOS=linux GOARCH=amd64 go build -o main main.go This command will generate binary file from main.go.

  2. Run zip lambda.zip main. This will the compress generated binary file and will make zip file named main.zip.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages