Blog
Go runtime support
SST v3 now supports the go
runtime for your Lambda functions. Golang is a great option for tasks that are more compute intensive and it also has faster cold starts. We talk about it here:
You can use Go in SST by setting the runtime
prop and pointing the handler
to the directory with your Go function.
For more details, check out our Go example.
Also in this update: