Open hecarrillo opened 2 months ago
Hi @hecarrillo sorry for the late reply!
This repository indeed contains two Lambda deployment pattern with zip and Docker deployment for educational purpose. If you want to use Docker deployment, you can remove PrismaFunction code entirely.
I have a setup based on this template. However, it seems that the setup only works if I create the function construct and also the docker version of the same function, resulting in the same function being deployed twice to AWS. Which would be the appropriate way of handling a multi-function setup given that I only use the docker setup?
The setup I currently use looks like this: