/sample-cdk-dotnet-core-lambda

Example Dotnet Core 3.1 Lambda in CDK with bundling

Primary LanguagePython

Sample Dotnet Core Lambda Build with CDK

This repo provides an example CDK project to build and deploy a dotnet core 3.1 lambda function to AWS.

Usage

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

cdk synth
cdk deploy