1davidmichael / sample-cdk-dotnet-core-lambda

Example Dotnet Core 3.1 Lambda in CDK with bundling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example Dotnet Core 3.1 Lambda in CDK with bundling


Languages

Language:Python 67.2%Language:C# 25.6%Language:Batchfile 7.2%