The most minimal reproduction steps use the AWS CLI directly, bypassing all frameworks: Create a folder and run npm init -y. Run npm install @aws-sdk/client-cognito-identity-provider. Create an ...
Rolldown is either erroring or tree-shaking away parts of the AWS JavaScript SDK v3. I think it's something to do with dynamic imports but I haven't had a chance to dive much deeper! Here's a minimal ...