docker-lambda icon indicating copy to clipboard operation
docker-lambda copied to clipboard

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

Open mohamedalaa33 opened this issue 5 years ago • 1 comments

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

mohamedalaa33 avatar Aug 23 '20 18:08 mohamedalaa33

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?

marabesi avatar Sep 25 '20 11:09 marabesi