Skip to content

Commit

Permalink
two more
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Nov 29, 2024
1 parent 466135d commit bcb2554
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/@aws-cdk/aws-pipes-enrichments-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@
"@aws-cdk/aws-pipes-alpha": "0.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0"
},
"dependencies": {
},
"dependencies": {},
"peerDependencies": {
"@aws-cdk/aws-pipes-alpha": "0.0.0",
"aws-cdk-lib": "^0.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ exports.handler = async (event: any, context: any) => {
};
const command = new TagResourceCommand(input);
await client.send(command);
};
};

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bcb2554

Please sign in to comment.