David Christian
Blogs, Articles, and Posts
AWS PowerShell – Intro to PowerShell Lambdas
(overpoweredshell.com)
AWS has finally released support for PowerShell lambdas! Lambdas are pieces of code that can be
By: David Christian submitted:Feb 23 2024
AWS has finally released support for PowerShell lambdas! Lambdas are pieces of code that can be
called from just about anywhere in AWS (or outside for that matter). Even better lambdas don't require a server to run, this means that you only pay for the compute that you actually use. Don't worry the first 1M hits per month are free. Let's dive in and see how we can start using our existing PowerShell skills to start building lambdas.
By: David Christian submitted:Feb 23 2024