Skip to content

Commit

Permalink
fix(sdk): bundling aws-sdk v3 again (#4152)
Browse files Browse the repository at this point in the history
Bundling aws-sdk v3 again, removing the library made the execution slower

Closes #4125 

## Checklist

- [x] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted)
- [x] Description explains motivation and solution
- [ ] Tests added (always)
- [ ] Docs updated (only required for features)
- [ ] Added `pr/e2e-full` label if this feature requires end-to-end testing

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
  • Loading branch information
marciocadev authored Sep 12, 2023
1 parent 466955f commit ae05fc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/wingsdk/src/shared/bundling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export function createBundle(entrypoint: string, outputDir?: string): Bundle {
minify: false,
platform: "node",
target: "node18",
external: ["@aws-sdk"],
});

if (esbuild.errors.length > 0) {
Expand Down

0 comments on commit ae05fc7

Please sign in to comment.