Skip to content

Instantly share code, notes, and snippets.

@techthoughts2
Last active August 29, 2022 15:54
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 techthoughts2/4fca4fb98e97e1dfa2e53eaf850f49b6 to your computer and use it in GitHub Desktop.
Save techthoughts2/4fca4fb98e97e1dfa2e53eaf850f49b6 to your computer and use it in GitHub Desktop.
Some notes on custom lambda layers and integrating with the AWS CDK
# CDK Custom pwsh
## Links
- [Introducing the PowerShell custom runtime for AWS Lambda](https://aws.amazon.com/blogs/compute/introducing-the-powershell-custom-runtime-for-aws-lambda/)
- [awslabs / aws-lambda-powershell-runtime](https://github.com/awslabs/aws-lambda-powershell-runtime)
- [Custom AWS Lambda runtimes](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html)
- [How to use Lambda Layers in AWS CDK - Complete Guide](https://bobbyhadz.com/blog/aws-cdk-lambda-layers)
- [bobbyhadz / aws-cdk-lambda-layers](https://github.com/bobbyhadz/aws-cdk-lambda-layers)
- [KevinMarquette / PowerShell-Lambda-Runtime](https://github.com/KevinMarquette/PowerShell-Lambda-Runtime)
- [AWS-CDK & Powershell Lambda](https://stackoverflow.com/questions/58269702/aws-cdk-powershell-lambda)
## Test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment