v79 / Cantilever

Creating a cloud-first static website generator using AWS servers such as S3 and Lambda. Transforms markdown files into HTML.
2 stars 0 forks source link

Move metadata generation into new lambda #56

Closed v79 closed 11 months ago

v79 commented 1 year ago

Lambda is getting big. Can I move (and rewrite) the pages.json and posts.json generator into a new lambda?

v79 commented 11 months ago

New approach in #57 , no more pages.json or posts.json. Metadata generation remains in the API lambda.