awslabs / aws-lambda-powershell-runtime

This new PowerShell custom runtime for AWS Lambda makes it even easier to run Lambda functions written in PowerShell to process events.
Apache License 2.0
59 stars 20 forks source link

CDK deployment example #15

Open austoonz opened 1 year ago

austoonz commented 1 year ago

Provide an example for how to deploy the runtime using the AWS CDK.

techthoughts2 commented 1 year ago

This isn't intended for broader use in current form, but I laid down a basic foundation for this for some of my PowerShell CDK projects. Code is here: cdk_pwsh_runtime_bootstrap.ps1

A lot of that can likely be utilized and made more generic and accessible.