Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update middleware retry package #682

Closed
wants to merge 1 commit into from

Conversation

ryanleecode
Copy link
Contributor

Update the middleware retry package because @aws-sdk/middleware-retry is deprecated. And its causing lots of craziness such as...

- /home/ryan/Documents/Projects/[asdf]/.sst/platform/node_modules/@pulumi/pulumi/cmd/dynamic-provider/index.js
   Web sst:aws:Nextjs → WebInvalidation sst:aws:DistributionInvalidation
   Cannot find module '@aws-sdk/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/index.js'                      
Require stack:                                                                                                           
-                                                                                                                        
- /home/ryan/Documents/Projects/[asdf]/.sst/platform/node_modules/@pulumi/pulumi/cmd/dynamic-provider/index.js
   Web sst:aws:Nextjs → WebCdnWaiter sst:aws:DistributionDeploymentWaiter
   Cannot find module '@aws-sdk/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/index.js'                      
Require stack:                                                                                                           
-                                                                                                                        
- /home/ryan/Documents/Projects/[asdf]/.sst/platform/node_modules/@pulumi/pulumi/cmd/dynamic-provider/index.js
   Web sst:aws:Nextjs → WebDefaultCodeUpdater sst:aws:FunctionCodeUpdater
   Cannot find module '@aws-sdk/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/index.js'                      
Require stack:   

also relevant: #260

@fwang
Copy link
Contributor

fwang commented Aug 5, 2024

Thanks @ryanleecode! Using AWS SDK in dynamic providers have been giving us much problems. We moved away from it.

This issue should be fixed in recent releases.

Feel free to reopen if issue persists.

@fwang fwang closed this Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants