Skip to content

felipedss/go-serverless-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Serverless Api - AWS

The application structure will have two components:

  • API Gateway: manages all tasks related to receiving and handling requests for the API.
  • Lambda: code to be executed in order to verify the request made, obtain the necessary data, process it and return to the API.

Top Level System Diagram

component

Compile the code in the main file

GOOS=linux go build -o main

Put your executable into a zip file

zip main.zip main

Thereafter, upload your code in your lambda console

Further improvements: CI/CD pipeline

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages