Adding Route53 Inbound Resolver to MacOS
I've written up a method to forward DNS lookups for certain domain suffixes to alternative DNS, such as Route 53 inbound resolver, when using macos.
I've written up a method to forward DNS lookups for certain domain suffixes to alternative DNS, such as Route 53 inbound resolver, when using macos.
Serverless functions are modular pieces of code that respond to a variety of events. It's a fast and efficient way to run single-purpose services/functions.
Besides the criticism of Serverless computing [1], it is quite popular these days especially the AWS lambda functions. In this blog, we will deploy OpenWhisk one of the popular opensource serverless computing platforms along with Kubernetes to create a serverless computing environment.