Creating a dedicated `NextjsImageOptimizationFunction` will allow us to: - not include `public/` folder in image - Fix #192 since we can use buffered mode just for image optimization - excluded 15MB sharp binary from render image ## Notes - Can we use lambda power tools api gw / cloud front / alb -> lambda conversion?
Creating a dedicated
NextjsImageOptimizationFunctionwill allow us to:public/folder in imageNotes