Deno hangs during S3 bucket upload when deploying with AWS CDK #27239
Labels
bug
Something isn't working correctly
needs investigation
requires further investigation before determining if it is an issue or not
node compat
triage required 👀
Deno team needs to make a decision if this change is desired
Version: Deno 2.1.2
AWS CDK: 2.171.1
When trying to deploy infrastructure using the
cdk deploy
command, the process hangs when uploading assets to the CDK deplloyment asset S3 bucket. This works fine if using Node.js.❯ cdk deploy
✨ Synthesis time: 0.4s
my-stack: start: Building 5dc4439c955fa5cef985fdc3a01dc6df93ad4777214f12b9027aba5873263b9f:nnnnnnnnnnnn-eu-west-1
my-stack: success: Built 5dc4439c955fa5cef985fdc3a01dc6df93ad4777214f12b9027aba5873263b9f:nnnnnnnnnnnn-eu-west-1
my-stack: start: Publishing 5dc4439c955fa5cef985fdc3a01dc6df93ad4777214f12b9027aba5873263b9f:nnnnnnnnnnnn-eu-west-1
(no progress from here...)
AWS CDK installed as global install:
deno install -g --name cdk npm:aws-cdk
cdk.json:
deno.json:
main.ts:
The text was updated successfully, but these errors were encountered: