Last active
August 29, 2022 15:54
-
-
Save techthoughts2/4fca4fb98e97e1dfa2e53eaf850f49b6 to your computer and use it in GitHub Desktop.
Some notes on custom lambda layers and integrating with the AWS CDK
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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