AWS CDK: How to pass CDK context variable to C# Lambda startup code
I have a .NET Lambda function written in C#, implemented as a .NET Mimimal API with (as described here). I am using the CDK (TypeScript) to define the AWS resources.
I have a .NET Lambda function written in C#, implemented as a .NET Mimimal API with (as described here). I am using the CDK (TypeScript) to define the AWS resources.