﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Lambda on Gopher Coding</title><link>https://gophercoding.com/tags/lambda/</link><description>Recent content in Lambda on Gopher Coding</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Sun, 02 Apr 2023 12:13:48 +0100</lastBuildDate><atom:link href="https://gophercoding.com/tags/lambda/index.xml" rel="self" type="application/rss+xml"/><item><title>Example Netlify Function in Go</title><link>https://gophercoding.com/example-netlify-function-in-go/</link><pubDate>Sun, 25 Sep 2022 07:00:00 +0000</pubDate><guid>https://gophercoding.com/example-netlify-function-in-go/</guid><description>&lt;p>&lt;strong>Netlify&lt;/strong>, the hosting and web platform, allows you to create &lt;a href="https://www.netlify.com/products/functions/">&amp;quot;&lt;em>functions&lt;/em>&amp;quot;&lt;/a> along with their CDN. These functions are hosted on AWS&amp;rsquo; Lambda and can be accessible via a URL. So you can create static sites, with extra ability and dynamism (like we use on this site).&lt;/p>
&lt;p>We wanted to share a post giving an example how to write one of these functions in Go. The aim of the code (below) is to return the version of golang.&lt;/p></description></item></channel></rss>