See the PowerShell-runtime page for more information on how the runtime works, including:
- Variables
- Lambda handler options
- Lambda context object in PowerShell
- PowerShell module support
- Function logging and metrics
- Function errors
Currently contains a single demo applications to show the PowerShell runtime functionality incorporating the SqlServer Powershell module.
sqlserver-container-image-sqlserver demo application to deploy a PowerShell Lambda function using a container image.
The container image can be up to 10Gb in size which allows you to build functions larger than the 256MB limit for .zip archive functions. This allows you to include the entire AWSTools for PowerShell SDK and the SqlServer PowerShell module, for example.
This demo builds on the work of Norm Johanson, Kevin Marquette, Andrew Pearce, Afroz Mohammed, and Jonathan Nunn.
This project is licensed under the Apache-2.0 License.