Amazon’s Lambda service lets you run code in the cloud without spinning up a specific server. It supports Node, Java and Python out of the box but it’s possible to call Go code via Node too.
Send email in your language of choice like Go using Mailgun's RESTful API. The first 10,000 emails are free. Read our documentation and start testing now.
In 30 minutes, Dean Elbaz covers the essentials from the differences between values and references, how built-in datatypes work with memory, and how Go’s garbage collector works.