Skip to content

chore(all-in-one): package for installing @aws-sdk packages in a runtime #6924

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions deprecated/packages/middleware-sdk-eventbridge/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @aws-sdk/middleware-sdk-eventbridge

## Deprecation

Replaced by Endpoints Rulesets.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
5 changes: 5 additions & 0 deletions deprecated/packages/util-base64-browser/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @aws-sdk/util-base64-node

## Deprecation

Moved to @aws-sdk/util-base64, which was itself later migrated to @smithy.
1 change: 1 addition & 0 deletions deprecated/packages/util-base64-browser/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
5 changes: 5 additions & 0 deletions deprecated/packages/util-base64-node/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @aws-sdk/util-base64-node

## Deprecation

Moved to @aws-sdk/util-base64, which was itself later migrated to @smithy.
1 change: 1 addition & 0 deletions deprecated/packages/util-base64-node/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
5 changes: 5 additions & 0 deletions deprecated/packages/util-utf8-browser/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @aws-sdk/util-utf8-node

## Deprecation

Moved to @aws-sdk/util-utf8, which was itself later migrated to @smithy.
1 change: 1 addition & 0 deletions deprecated/packages/util-utf8-browser/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
5 changes: 5 additions & 0 deletions deprecated/packages/util-utf8-node/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @aws-sdk/util-utf8-node

## Deprecation

Moved to @aws-sdk/util-utf8, which was itself later migrated to @smithy.
1 change: 1 addition & 0 deletions deprecated/packages/util-utf8-node/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"packages": [
"clients/*",
"lib/*",
"packages/*",
"packages/!(all-in-one)",
"private/*"
]
},
Expand Down
2 changes: 2 additions & 0 deletions packages/all-in-one/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
yarn.lock
package-lock.json
2 changes: 2 additions & 0 deletions packages/all-in-one/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Change Log

10 changes: 10 additions & 0 deletions packages/all-in-one/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @aws-sdk/all-in-one

DO NOT take a dependency on this package for any application.
Attempting to import this package will throw an error.

This package transitively brings in all AWS SDK for JavaScript (v3)
clients and packages but does not export them.

This is used to create a runtime environment where the `@aws-sdk` clients
are available.
1 change: 1 addition & 0 deletions packages/all-in-one/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
throw new Error("@aws-sdk/all-in-one - cannot be used as a dependency.");
Loading
Loading