• Documentation
  • Pricing
© 2026 Serverless, Inc. All rights reserved.

Framework

  • Overview
  • Documentation
  • Plugins360
  • Pricing

Learn

  • Blog
  • GuidesUpdated
  • Examples240
  • Courses

Resources

  • Support
  • Security
  • Trust Center
  • Status

Community

  • Slack
  • GitHub47k
  • Forum
  • Meetups

Company

  • About
  • Careers
  • Contact
  • Partners

Legal

  • Terms of Service
  • Privacy Policy
  • Trademark
  • DMCA
Sebastian Borza

Golang Simple HTTP Endpoint

by

This example demonstrates how to setup a simple HTTP endpoint in Go.

  1. Golang Simple HTTP Endpoint

Serverless-golang simple HTTP endpoint example

Two independent HTTP GET endpoints (/hello and /world) implemented as separate Go Lambda functions.

Build & Deploy

Requires Go 1.25+. Functions are compiled to provided.al2023 (arm64) custom-runtime bootstraps.

make build
serverless deploy

Contents

  • Serverless-golang simple HTTP endpoint example
  • Build & Deploy

Related

GuidesPluginsExamplesSlack CommunitySupport