Running gqlgen + Gin in AWS Lambda

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • apprunner-roadmap

    This is the public roadmap for AWS App Runner.

  • Maybe a better fit for your need it AWS App Runner: https://aws.amazon.com/apprunner/

  • aws-lambda-go-api-proxy

    lambda-go-api-proxy makes it easy to port APIs written with Go frameworks such as Gin (https://gin-gonic.github.io/gin/ ) to AWS Lambda and Amazon API Gateway.

  • Check out https://github.com/awslabs/aws-lambda-go-api-proxy. It will allow you to run gin (or other http servers) in lambda.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • gqlgen-lambda

    My implementation prototype on how to run a zero cost graphql layer in lambda with Go and GqlGen

  • Thanks! I did eventually realize how to connect to lambda correctly. For what it's worth, I end up finding this repo (https://github.com/spachava753/gqlgen-lambda), which gives you a very simple example/template on how to bind a gqlgen + gin server with lambda

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts