Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 813 Bytes

powershell-devenv.md

File metadata and controls

9 lines (7 loc) · 813 Bytes

Setting Up a PowerShell Development Environment

Lambda provides a set of tools and libraries for the PowerShell runtime. For installation instructions, see Lambda tools for PowerShell on GitHub.

The AWSLambdaPSCore module includes the following cmdlets to help author and publish PowerShell Lambda functions:

  • Get-AWSPowerShellLambdaTemplate – Returns a list of getting started templates.
  • New-AWSPowerShellLambda – Creates an initial PowerShell script based on a template.
  • Publish-AWSPowerShellLambda – Publishes a given PowerShell script to Lambda.
  • New-AWSPowerShellLambdaPackage – Creates a Lambda deployment package that you can use in a CI/CD system for deployment.