Skip to content

Commit

Permalink
fix(deps): update aws-sdk-js-v3 monorepo (#998)
Browse files Browse the repository at this point in the history
* fix(deps): update aws-sdk-js-v3 monorepo

* fix(aws): ensure aws has matching packages

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Brooks <[email protected]>
  • Loading branch information
renovate[bot] and bassrock authored Jan 2, 2025
1 parent dcd6aca commit 7d882fa
Show file tree
Hide file tree
Showing 22 changed files with 1,130 additions and 1,123 deletions.
2 changes: 1 addition & 1 deletion .syncpackrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@aws-sdk/client-s3",
"@aws-sdk/**"
],
"pinVersion": "3.696.0",
"pinVersion": "3.716.0",
"label": "AWS SDK Dependencies should all have the same version (uses a specifc package as the first one for Renovate to latch to)"
},
{
Expand Down
4 changes: 2 additions & 2 deletions lambdas/account-data-deleter-batch-delete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"test-integrations": "jest \"\\.integration\\.ts\" --runInBand"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "3.696.0",
"@aws-sdk/lib-dynamodb": "3.696.0",
"@aws-sdk/client-dynamodb": "3.716.0",
"@aws-sdk/lib-dynamodb": "3.716.0",
"@pocket-tools/ts-logger": "workspace:*",
"@sentry/aws-serverless": "8.47.0",
"exponential-backoff": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/account-data-deleter-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test-integrations": "jest \"\\.integration\\.ts\" --runInBand"
},
"dependencies": {
"@aws-sdk/client-lambda": "3.696.0",
"@aws-sdk/client-lambda": "3.716.0",
"@pocket-tools/ts-logger": "workspace:*",
"@sentry/aws-serverless": "8.47.0",
"fetch-retry": "^5.0.6",
Expand Down
4 changes: 2 additions & 2 deletions lambdas/account-delete-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"test-integrations": "jest \"\\.integration\\.ts\" --runInBand"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "3.696.0",
"@aws-sdk/lib-dynamodb": "3.696.0",
"@aws-sdk/client-dynamodb": "3.716.0",
"@aws-sdk/lib-dynamodb": "3.716.0",
"@pocket-tools/ts-logger": "workspace:*",
"@sentry/aws-serverless": "8.47.0",
"exponential-backoff": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/fxa-webook-proxy-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test-integrations": "jest \"\\.integration\\.ts\" --runInBand"
},
"dependencies": {
"@aws-sdk/client-sqs": "3.696.0",
"@aws-sdk/client-sqs": "3.716.0",
"@pocket-tools/ts-logger": "workspace:*",
"@sentry/aws-serverless": "8.47.0",
"jsonwebtoken": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/fxa-webook-proxy-sqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test-integrations": "jest \"\\.integration\\.ts\" --runInBand"
},
"dependencies": {
"@aws-sdk/client-sqs": "3.696.0",
"@aws-sdk/client-sqs": "3.716.0",
"@pocket-tools/jwt-utils": "workspace:*",
"@pocket-tools/lambda-secrets": "workspace:*",
"@sentry/aws-serverless": "8.47.0",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/instant-sync-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"tslib": "2.8.0"
},
"devDependencies": {
"@aws-sdk/client-sqs": "3.696.0",
"@aws-sdk/client-sqs": "3.716.0",
"@pocket-tools/eslint-config": "workspace:*",
"@types/aws-lambda": "8.10.145",
"@types/jest": "29.5.14",
Expand Down
4 changes: 2 additions & 2 deletions lambdas/sendgrid-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"test": "jest \"\\.spec\\.ts\""
},
"dependencies": {
"@aws-sdk/client-cloudwatch": "3.696.0",
"@aws-sdk/client-firehose": "3.696.0",
"@aws-sdk/client-cloudwatch": "3.716.0",
"@aws-sdk/client-firehose": "3.716.0",
"@pocket-tools/ts-logger": "workspace:*",
"@sendgrid/client": "^8.0.0",
"@sentry/aws-serverless": "8.47.0",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/transactional-emails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:watch": "npm test -- --watchAll"
},
"dependencies": {
"@aws-sdk/client-ssm": "3.696.0",
"@aws-sdk/client-ssm": "3.716.0",
"@pocket-tools/event-bridge": "workspace:*",
"@pocket-tools/ts-logger": "workspace:*",
"@sentry/aws-serverless": "8.47.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test-integrations": "jest \"\\.integration\\.ts\" --runInBand"
},
"dependencies": {
"@aws-sdk/client-sagemaker-runtime": "3.696.0",
"@aws-sdk/client-sagemaker-runtime": "3.716.0",
"@pocket-tools/event-bridge": "workspace:*",
"@pocket-tools/ts-logger": "workspace:*",
"@sentry/aws-serverless": "8.47.0",
Expand Down
7 changes: 7 additions & 0 deletions lambdas/user-list-search-events/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# User List Search Events

For a given set of User List events, this service will push messages to SQS so that the User List Search Indexing Lambda will index the item in a Users List.

This replaces indexing a user's list from an outdated Kinesis Stream and replaces the UserListSearchKinesisToSQS lambdas.

NOTE: While we could remove sending this data to an SQS queue and do the indexing here, we do not because the SQS queues give us the ability to prioritize and parallelize indexing. For instance we have an SQS queue and lambda that only handles Premium Upgrade indexing so that real time user indexing is fast.
2 changes: 1 addition & 1 deletion lambdas/user-list-search-kinesis-to-sqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "jest \"\\.spec\\.ts\" --runInBand --forceExit"
},
"dependencies": {
"@aws-sdk/client-sqs": "3.696.0",
"@aws-sdk/client-sqs": "3.716.0",
"@pocket-tools/ts-logger": "workspace:*",
"@sentry/aws-serverless": "8.47.0",
"highland": "2.13.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/event-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
]
},
"dependencies": {
"@aws-sdk/client-eventbridge": "3.696.0",
"@aws-sdk/client-sqs": "3.696.0",
"@aws-sdk/client-eventbridge": "3.716.0",
"@aws-sdk/client-sqs": "3.716.0",
"@pocket-tools/ts-logger": "workspace:*",
"@sentry/node": "8.47.0",
"ajv": "8.17.1",
Expand Down
Loading

0 comments on commit 7d882fa

Please sign in to comment.