This is an introductory article to the Go programming language, briefly introducing basic data types and data structures.
Linux namespace is an important foundation of container technology, it provides lightweight isolation between processes with Linux kernel support, therefore, different services can share the same machine with better resource utilization, higher level of security.
This post goes over some of the most significant advantages of using Go for writing AWS Lambda functions, how to set up an environment for development, and how to write and deploy Lambda functions.