webiny / webiny-js

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
https://www.webiny.com
Other
7.29k stars 601 forks source link

refactor(aws-sdk): update aws packages #4063

Closed brunozoric closed 5 months ago

brunozoric commented 5 months ago

Changes

Update to the aws-sdk packages. And because of the changes in the package types, we had to update a lot of our packages using the DynamoDBClient type to DynamoDBDocument type.

How Has This Been Tested?

Jest and manually.

User project upgrade

in api/graphql/src/security.ts replace: DynamoDBClient with DynamoDBDocument Project upgrade PR: https://github.com/webiny/webiny-upgrades/pull/29

brunozoric commented 5 months ago

/cypress

github-actions[bot] commented 5 months ago

Cypress E2E tests have been initiated (for more information, click here). :sparkles: