-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hi there! I've been trying to deploy the project, following the README.md.
When running cdk deploy i'm having an error
Do you wish to deploy these changes (y/n)? y
ab-testing-api: deploying...
[0%] start: Publishing 0f4aceed11a45c91ebc5a1895534294ee2e45efac27d66cb06a51b1d2a6192dd:current
[50%] fail: socket hang up
[50%] start: Publishing d9595ab46e674d44e338ee375ef57edb8e118695b5b2d18f082614c20b363da4:current
[100%] success: Published d9595ab46e674d44e338ee375ef57edb8e118695b5b2d18f082614c20b363da4:current
❌ ab-testing-api failed: Error: Failed to publish one or more assets. See the error messages above for more information.
at Object.publishAssets (/usr/local/lib/node_modules/aws-cdk/lib/util/asset-publishing.ts:25:11)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at Object.deployStack (/usr/local/lib/node_modules/aws-cdk/lib/api/deploy-stack.ts:232:3)
at CdkToolkit.deploy (/usr/local/lib/node_modules/aws-cdk/lib/cdk-toolkit.ts:184:24)
at initCommandLine (/usr/local/lib/node_modules/aws-cdk/bin/cdk.ts:213:9)
Failed to publish one or more assets. See the error messages above for more information.
Let me know if you know what's up or if there's a way to get more details on the error. (since i'm only getting "Socket hang up" rn)
Thank you!