Hi there, I have a problem upgrading our existing ...
# aws
h
Hi there, I have a problem upgrading our existing pulumi stuff to v6 of pulumi there is a local command, uploading changed assets to a S3 bucket: const syncCommand = new local.Command( uniqueChildName( uniqueName(name),
sync-static-assets
) , { create: pulumi.interpolate`aws s3 sync ${srcDirectory} s3://${templatesBucketName}` , environment: { hash : pulumi.interpolate`${directoryHash(srcDirectory)}` }, logging: Logging.StdoutAndStderr, }, { parent: this, dependsOn : this.assetsBucket }); after upgrading all the libs when running pulumi up in preview it tells me: error: preview failed error: Running program 'D:\projects\pulumi-aws-v6-upgrade-dev-667\pcv_application\infrastructure\vpc_shell\src\index.ts' failed with an unhandled exception: <ref *1> Error: invocation of archiveindex/getFilegetFile returned an error: grpc: the client connection is closing at Object.callback (D:\projects\pulumi-aws-v6-upgrade-dev-667\pcv_application\build_pipeline\libs\pcvisit_infrastructure_shared\node_modules\@pulumi\runtime\invoke.ts17237) at Object.onReceiveStatus (D:\projects\pulumi-aws-v6-upgrade-dev-667\pcv_application\build_pipeline\libs\pcvisit_infrastructure_shared\node_modules\@grpc\grpc-js\src\client.ts36026) at Object.onReceiveStatus (D:\projects\pulumi-aws-v6-upgrade-dev-667\pcv_application\build_pipeline\libs\pcvisit_infrastructure_shared\node_modules\@grpc\grpc-js\src\client-interceptors.ts45834) at Object.onReceiveStatus (D:\projects\pulumi-aws-v6-upgrade-dev-667\pcv_application\build_pipeline\libs\pcvisit_infrastructure_shared\node_modules\@grpc\grpc-js\src\client-interceptors.ts41948) at D:\projects\pulumi-aws-v6-upgrade-dev-667\pcv_application\build_pipeline\libs\pcvisit_infrastructure_shared\node_modules\@grpc\grpc-js\src\resolving-call.ts16324 at processTicksAndRejections (nodeinternal/process/task queues77:11) { promise: Promise { <rejected> [Circular *1] } } commandlocalCommand (vpc-shell-sandbox-maintenance_page-sync-static-assets): error: Preview failed: 2 failures decoding: stdout: Missing required field 'stdout' on 'local.CommandOutputs' stderr: Missing required field 'stderr' on 'local.CommandOutputs' for booth erros i don't find any thing in the net so far. I have no idea what should have changed