Coder Social home page Coder Social logo

serverless-golang-starter-backend's Introduction

Serverless Golang Starter Backend

This is a basic template for getting started with Golang and AWS Lambda.

It comes pre-installed with:

  • serverless framework
  • serverless-offline
  • gorm

Project Structure

The handlers folder contains the entrypoints for the application as defined in the serverless.yml The app folder contains the business logic.

The app structure utilizes Repositories and Services. There is a sample UserService (app/user.go). The UserRepository is injected into the UserService via a factory initialization method (app/factories/factories.go). The app/database is the data persistence layer, and contains the repositories implementations and database connection logic.

This starter template contains a sample user handler, a UserService, UserRepository, and some helper functions.

Setup

Before running the backend, you will need to install Go if you have not already done so.

You can find a download link here, or you can install using brew - brew install golang

You will also need to install the serverless framework and other npm packages:

yarn install

Building and Testing

** Note: You must first configure your database environment variables before running the app **

To build the app:

make

To run the tests:

make test

Debugging Locally

You can run make start to run the lambda functions locally (using serverless-offline).

Deploying

To upload from your local machine:

serverless deploy --stage dev

To upload specific handler (e.g. user handler)

serverless deploy -f user --stage dev

serverless-golang-starter-backend's People

Contributors

seanvm avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.