Skip to content

simon-sql/aws-lambda-powershell-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerShell runtime information

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.

Acknowledgements

This demo builds on the work of Norm Johanson, Kevin Marquette, Andrew Pearce, Afroz Mohammed, and Jonathan Nunn.

License

This project is licensed under the Apache-2.0 License.

About

Demo code for running SqlServer Powershell Module Commands in Lambda Function

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published