This commit is contained in:
parent
f537273fd8
commit
19711f2153
10 changed files with 2602 additions and 2 deletions
15
infra/email/package.json
Normal file
15
infra/email/package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue