Enterprise use cases for AWS Lambda

By Dustin Ward

Recently, we covered the top enterprise serverless use cases for AWS Lambda. To refresh our memory, according to the CNCF (Cloud Native Computing Foundation), most commonly AWS Lambda is used for REST APIs, multimedia/image processing, CRON jobs, and stream processing. Today I’d like to cover some more complex ways some of our enterprise customers use Lambdas. During the…

Optimize your private mobile network and accelerate innovation with hyperscale cloud

By Dustin Ward

The power of 5G: faster speeds, lower latencies, improved cost efficiencies, rich capabilities The evolution of 5G has empowered enterprise organizations to do more. With the support of high-speed, high-bandwidth connections, and low-latency computing, these enterprises have been enabled to fuel entirely new forms of content and experiences. The convergence of 5G, multi-access edge computing…

Genomics testing on the ISS with HPE Spaceborne Computer-2 and Azure

By Dustin Ward

“Thanks to the power of open source, the compute capability provided by the HPE Spaceborne Computer-2, and the scalability of Azure, we are empowering developers to build for space at a speed that’s out of this world.”—Kevin Mack, Senior Software Engineer, Microsoft This morning Microsoft News published a story about the use of Azure, enabled…

3 methods for testing JavaScript Lambda functions

By Dustin Ward

This article will discuss the different options for testing your AWS Lambda functions; the focus will be on JavaScript. Function as a service (FaaS) offerings like AWS Lambda are a blessing for software development. They remove many of the issues that come with the setup and maintenance of backend infrastructure. With much of the upfront work taken out…