p-zalejko / invoice

A sample project that aims to evaluate Domain-driven design approach
Apache License 2.0
0 stars 0 forks source link

create a lambda for generating files #9

Open p-zalejko opened 3 years ago

p-zalejko commented 3 years ago

articles:

the flow: save request in DB > lambda (triggered by DB) generates a file and saves to s3 > lambda (triggered by s3) updates DB

p-zalejko commented 3 years ago
p-zalejko commented 3 years ago

check it: https://github.com/ChristianPeter/pdf-generator/blob/master/src/main/java/org/ptec/qute/pdfgen/boundary/PdfGeneratorResource.java

https://github.com/danfickle/openhtmltopdf

p-zalejko commented 3 years ago

Check https://github.com/quarkiverse/quarkus-freemarker