Tag: AWS
Automating Using PowerShell and Lambda Part 1: Getting StartedReading Time: 5 Minutes
Daniel Norred
Daniel Norred
For the uninformed, what is Lambda? Lambda is a Server-less function compute service, letting you run arbitrary code without having to manage underlying infrastructure. The AWS Flavor of Azure Functions or GCloud Functions. Server-less functions are uniquely useful for tasks where running and managing a dedicated server isn't cost or time effective for the task at hand. With per millisecond billing, you pay for the time your code is being executed, making that automation you've been planning sud