Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@thebeebs
Last active September 3, 2019 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebeebs/6f9af41001df66c606be102fd349a8bf to your computer and use it in GitHub Desktop.
Save thebeebs/6f9af41001df66c606be102fd349a8bf to your computer and use it in GitHub Desktop.
PowerShell Commands
Install-Module AWSLambdaPSCore -Scope CurrentUser
Get-AWSPowerShellLambdaTemplate
New-AWSPowerShellLambda -ScriptName RDPLockDown -Template Basic
Publish-AWSPowerShellLambda -ScriptPath .\RDPLockDown.ps1 -Name RDPLockDown -Region us-east-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment