back

by vira28·7y ago·view on hn ↗
If i understand correctly the binary is created from the source code right. Am i missing anything?
1 comments
On AWS Lambda, which has had Go support for almost a year now, you upload the binary, which you create from the source code on your own system, using the go compiler. On Google Cloud Functions, you upload the source code and Google's servers build it.