C E Z A N N E is a simple and powerful service that uses Puppeteer in order to generate the OpenGraph image for every JSMonday article.
It's build to work on Google Cloud Functions, whose Linux distribution is way better than AWS one (and that solves a lot of common problems).
At the moment, SIGF supports the following image formats:
- Instagram Image (1080px * 1080px)
- OpenGraph Image (1920px * 1080px)
- template
- template
POST /my/lambda/endpoint
{
"id": 1,
"template": "snippet"
}
Response:
{
"opengraph": "<url>",
"instagram": "<url>"
}