This commit is contained in:
whilb 2025-09-01 22:04:26 -07:00
parent f537273fd8
commit 19711f2153
10 changed files with 2602 additions and 2 deletions

15
infra/email/package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "calculator-email-processor",
"version": "1.0.0",
"description": "Lambda function to process and forward emails for calculator.127local.net",
"main": "email_processor.js",
"dependencies": {
"@aws-sdk/client-ses": "^3.0.0",
"@aws-sdk/client-s3": "^3.0.0",
"@aws-sdk/s3-request-presigner": "^3.0.0",
"mailparser": "^3.6.5"
},
"engines": {
"node": ">=18.0.0"
}
}