photo-album
f077d061e5
web_function required 1024MB resident; static_site + function uses on-demand FaaS only for API calls. Static gallery served from CDN.
13 行
251 B
JSON
13 行
251 B
JSON
{
|
|
"name": "photo-album-api",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"main": "index.js",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.1084.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.1084.0",
|
|
"pg": "^8.22.0"
|
|
}
|
|
}
|