Skip to content

Commit

Permalink
Remove aws-sdk npm dependency
Browse files Browse the repository at this point in the history
We no longer use this since #2584
  • Loading branch information
danielrbradley committed Aug 1, 2023
1 parent 787fa51 commit 0cc8fa2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion provider/cmd/pulumi-resource-aws/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@
"compatibility": "tfbridge20",
"dependencies": {
"@pulumi/pulumi": "^3.0.0",
"aws-sdk": "^2.0.0",
"builtin-modules": "3.0.0",
"mime": "^2.0.0",
"read-package-tree": "^5.2.1",
Expand Down
1 change: 0 additions & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -6717,7 +6717,6 @@ func Provider() *tfbridge.ProviderInfo {
JavaScript: &tfbridge.JavaScriptInfo{
Dependencies: map[string]string{
"@pulumi/pulumi": "^3.0.0",
"aws-sdk": "^2.0.0",
"mime": "^2.0.0",
"builtin-modules": "3.0.0",
"read-package-tree": "^5.2.1",
Expand Down
1 change: 0 additions & 1 deletion sdk/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
},
"dependencies": {
"@pulumi/pulumi": "^3.0.0",
"aws-sdk": "^2.0.0",
"builtin-modules": "3.0.0",
"mime": "^2.0.0",
"read-package-tree": "^5.2.1",
Expand Down

0 comments on commit 0cc8fa2

Please sign in to comment.