diff --git a/app/api/src/functions/og-image-generator.ts b/app/api/src/services/og-image-generator.ts similarity index 85% rename from app/api/src/functions/og-image-generator.ts rename to app/api/src/services/og-image-generator.ts index 791a27c..f5877c6 100644 --- a/app/api/src/functions/og-image-generator.ts +++ b/app/api/src/services/og-image-generator.ts @@ -1,3 +1,6 @@ +// TODO this should be in the functions folder. +// Got the proof of concept working locally, but even though chrome-aws-lambda is supposed to fit into a AWS lambda it did not for me +// in the mean time this is causing builds to fail so moved it out here. import { builder } from '@netlify/functions' const { headless, executablePath, puppeteer} = require('chrome-aws-lambda')