WoodITWork.com

It's about time I let the world know what I was thinking...

Extending PowerShell on AWS Lambda with other services | Amazon Web Services

Initially published on AWS Compute Blog

This post expands on the functionality introduced with the PowerShell custom runtime for AWS Lambda. The previous blog explains how the custom runtime approach makes it easier to run Lambda functions written in PowerShell. You can add additional functionality to your PowerShell serverless applications by importing PowerShell modules, which are shareable packages of code. Build your own […]

Read more on AWS Compute Blog