- Remplacer Cloudinary (US) par solution 100% AWS eu-west-3 - Lambda odentas-sign-pdf-converter avec pdftoppm - Lambda Layer poppler-utils v5 avec dépendances complètes - Trigger S3 ObjectCreated pour conversion automatique - Support multi-pages validé (PDF 3 pages) - Stockage images dans S3 odentas-docs - PDFImageViewer pour affichage images converties - Conformité RGPD garantie (données EU uniquement)
23 lines
526 B
JSON
23 lines
526 B
JSON
{
|
|
"LambdaFunctionConfigurations": [
|
|
{
|
|
"Id": "odentas-sign-pdf-converter-trigger",
|
|
"LambdaFunctionArn": "arn:aws:lambda:eu-west-3:292468105557:function:odentas-sign-pdf-converter",
|
|
"Events": ["s3:ObjectCreated:*"],
|
|
"Filter": {
|
|
"Key": {
|
|
"FilterRules": [
|
|
{
|
|
"Name": "prefix",
|
|
"Value": "source/"
|
|
},
|
|
{
|
|
"Name": "suffix",
|
|
"Value": ".pdf"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|