Episode Followup – Deep Dive: PowerShell on AWS Lambda

In this episode of the vBrownBag, Damian does a deep dive on getting started with PowerShell on AWS Lambda. He covers setting up a development environment, packaging & publishing PowerShell on Lambda, lessons learned, and more!

  • 00:28 A quick overview of PowerShell & AWS Lambda 💪
  • 01:07 Anatomy of a PowerShell Lambda function
  • 01:35 Setting up a development environment
  • 03:00 AWSLambdaPSCore modules
  • 03:42 Packaging a PowerShell module
  • 04:19 Handling the handler
  • 05:14 Publishing your PowerShell Lambda function 🚀
  • 05:42 Understanding the AWS Lambda filesystem

Resources:

https://www.powershellgallery.com/packages/AWSLambdaPSCore

https://dotnet.microsoft.com/en-us/download/dotnet/8.0

https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.4

https://code.visualstudio.com/download

https://github.com/PowerShell/PowerShell