AWS Lambda Supports PowerShell Core

Posted on: Sep 11, 2018

You can now develop your AWS Lambda functions in PowerShell Core 6.0 using the .NET Core 2.1 runtime. As a PowerShell developer, you can manage your AWS resources and craft rich automation scripts from within the PowerShell environment using AWS Lambda. 

You can use any of the available PowerShell cmdlets or develop your own when authoring your serverless functions. To get started, simply download the AWS Lambda Tools for PowerShell module from Powershell Gallery. It includes project templates for PowerShell-based serverless applications as well as tools to publish projects to AWS. For more details, check out our blog post or read the documentation.

PowerShell support is available in all regions where Lambda is available. For more information on where AWS Lambda is available, see the AWS region table. Please visit our product page for more information about AWS Lambda or log in to the AWS Lambda console to get started.