awsdocs / aws-doc-sdk-examples

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: I think that you should fire who developed the aws-sdk version 3.

tokyoshare opened this issue · comments

Expected behavior

The structure of aws-sdk version 3 is awful for developers. I think you should fire who designed the structure of it. The aws-sdk version 2 is more better than thousand times.

Actual behavior

The way you set the package name is strange, why you can set the package name is @aws-sdk/client-s3 on npm for aws-sdk-js-v3 repository?
Client-s3 is for what, for S3 client or for all of aws services clients?

Steps to reproduce

https://www.npmjs.com/package/@aws-sdk/client-s3

Logs / stacktrace (if applicable)

No response

Which SDK were you using?

JavaScript (v3)

Which OS were you using?

macOS

SDK version

No response

OS version

No response

Hi, @tokyoshare. We're the code examples team. We produce code examples that use the SDKs, but we don't create the SDK itself. The team you're looking for is the one you linked in your issue. https://github.com/aws/aws-sdk-js-v3