Skip to content

Commit 345a903

Browse files
authored
Update powershell-devenv.md
Expand the dev environment setup steps with an additional optional step to install AWS Tools for PowerShell, to allow use of the Lambda API using native Powershell cmdlets.
1 parent dce8bed commit 345a903

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc_source/powershell-devenv.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ To set up your development environment for writing PowerShell scripts, do the fo
1010

1111
```
1212
Install-Module AWSLambdaPSCore -Scope CurrentUser
13-
```
13+
```
14+
15+
1. **(Optional) Install AWS Tools for PowerShell**\. You can install either the modularized [AWS.Tools](https://docs.aws.amazon.com/powershell/latest/userguide/pstools-welcome.html#pwsh_structure_pstools) or single-module [AWSPowerShell.NetCore](https://docs.aws.amazon.com/powershell/latest/userguide/pstools-welcome.html#pwsh_structure_pscore) version in PowerShell Core 6\.0 to use the Lambda API within your PowerShell environment\. You can find installation instructions in [Installing the AWS Tools for PowerShell](https://docs.aws.amazon.com/powershell/latest/userguide/pstools-getting-set-up.html)\.

0 commit comments

Comments
 (0)