lambci / docker-lambda

Docker images and test runners that replicate the live AWS Lambda environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy dotnet lamda function as Docker container fully isolated from AWS lamda

mohamedalaa33 opened this issue · comments

I have aws dotnet lamda function can I deploy it on docker container instead of AWS lamda ??

if that is the case, I think ecs or beanstalk would be a better fit?

I don't know much about dotnet, but for php, https://bref.sh uses a specific setup with lambda layers (https://bref.sh/docs/runtimes), to create the php runtime. Maybe in your case you can something similar?