lambci / docker-lambda

Docker images and test runners that replicate the live AWS Lambda environment
MIT License
5.83k stars 431 forks source link

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

Open mohamedalaa33 opened 4 years ago

mohamedalaa33 commented 4 years ago

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

marabesi commented 3 years ago

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?