@paulbarmstrong/cdk-managed-objects-bucket
Version:
A CDK construct representing a bucket and the objects within it, which can be defined by an Asset or directly in the CDK. It extends the Bucket construct.
16 lines (15 loc) • 326 B
JSON
{
"name": "handler",
"version": "0.1.0-alpha",
"author": "Paul B. Armstrong",
"main": "index.js",
"type": "module",
"dependencies": {
"@aws-sdk/client-cloudfront": "^3.575.0",
"@aws-sdk/client-s3": "^3.574.0",
"adm-zip": "^0.5.16",
"glob": "^11.0.3",
"mime-types": "^2.1.35",
"s3-sync-client": "^4.3.1"
}
}