Skip to content

remove unused aws-sdk-client-mock and upgrade to latest gucdk#289

Merged
andrew-nowak merged 1 commit intomainfrom
an/cdk-sdk
Oct 29, 2025
Merged

remove unused aws-sdk-client-mock and upgrade to latest gucdk#289
andrew-nowak merged 1 commit intomainfrom
an/cdk-sdk

Conversation

@andrew-nowak
Copy link
Copy Markdown
Member

remove the unused aws-sdk-client-mock lib and upgrade to the latest gucdk - together removing our usages of the aws js sdk v2

@andrew-nowak andrew-nowak requested a review from a team as a code owner October 29, 2025 16:47
"scripts": {
"dev": "EDITION_KEY=US PREFIX_PATH=data/us tsx watch src/handler.ts",
"typecheck": "tsc -noEmit",
"build": "esbuild src/handler.ts --bundle --minify --outfile=dist/handler.js --external:aws-sdk --platform=node",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch!

it didn't seem like this change should break anything, because we shouldn't have been using it, but I thought I'd check in CODE anyway just in case there was a sneaky dependency we didn't know about, and it ran fine 👍

@andrew-nowak andrew-nowak merged commit a1ec9da into main Oct 29, 2025
4 checks passed
@andrew-nowak andrew-nowak deleted the an/cdk-sdk branch October 29, 2025 17:25
@andrew-nowak andrew-nowak added the maintenance Departmental tracking: maintenance work, not a fix or a feature label Oct 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Departmental tracking: maintenance work, not a fix or a feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants