Skip to content

Commit 8fb41dc

Browse files
authored
Merge pull request #3722 from techmatters/copilot/sub-pr-3698
Fix incorrect package description in s3/package.json
2 parents c148318 + e1777f5 commit 8fb41dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/packages/s3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tech-matters/s3",
33
"version": "1.0.0",
4-
"description": "Module to handle AWS SSM parameter caching",
4+
"description": "Module to handle AWS S3 operations",
55
"main": "dist/index.js",
66
"devDependencies": {
77
"@tsconfig/node22": "^22.0.0",

0 commit comments

Comments
 (0)