Zach Yang
Zach Yang
Still getting this with ``` $ tsc -v && yarn -v && node -v Version 4.5.5 1.22.19 v16.15.1 ```
We are using v3 sdk for s3: ``` import { GetObjectCommand, S3Client } from '@aws-sdk/client-s3'; ``` `@aws-sdk/` is v3, `import from 'aws-sdk';` is v2 I think the only thing that's...
> did you import reqwest in your project as well? if so how? I do not explicitly import reqwest -- is that an issue?
> did you import reqwest in your project as well? if so how? just gently bumping on this. Am I doing something obviously dumb?