ifew / aws-lambda-lambdanative-db

Example AWS Lambda C# .NET Core 3 (and 2.2) Runtime (CoreRT) with connect MySQL via not using any ORM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example AWS Lambda C# .NET Core 3.0.100 Runtime (CoreRT) with connect MySQL via not using any ORM

Example for optimize cold start with LambdaNative, and using CoreRT via implement based my project corert-db

Build file and packing to output/package.zip

sh build_linux.sh

Upload to aws s3

aws s3 cp package.zip s3://backend-layer [--profile AWS-PROFILE-NAME]

Note

Can't test via lambda docker on localhot

About

Example AWS Lambda C# .NET Core 3 (and 2.2) Runtime (CoreRT) with connect MySQL via not using any ORM


Languages

Language:C# 59.5%Language:Dockerfile 28.4%Language:Shell 12.1%