You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using NestJS so there is dependency injection involved, but I'm doing basically everything as indicated in the doc. However, it doesn't seem to work, the type inferred from NodeJsClient<S3Client> doesn't seem to resolve to the right type, resulting in the error message Property Body does not exist on type ServiceOutputTypes
I have smithy/types to version 4.1.0, and aws s3 client to version 3.744.0