Deploying Go Functions
–
Developers are taught to write code but what about deploying code ? Using a serverless architecture, testing, building, deploying and monitoring are activities that happens in a cloud native environment. Coding is still done locally. What can we do to enable developers in the cloud?
If one needs to run a DB cluster locally, it doesn’t make sense to have a local development environment anymore. Serverless enables to use services rather than running them ourselves or even building them. Writing code is actually a small part of the work, deploying and maintaining is often unknown.
Slides
Updated: 16 Jan, 2023
Created: 24 Oct, 2019