You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to CDK and I'm trying to store a file in S3 using CDK in Python. I've been stuck on this problem for a week and would appreciate some help from someone more experienced to find the issue. The code I'm using is as follows:
The issue I'm facing is that after deployment, I can't find the file 0aab58b5231cf9517a894381a0a4d63b0ce5df6d8d6f102992ef0dc035b5ca9b.zip in the source bucket cdk-hnb659fds-assets-590183820794-eu-central-1. Consequently, the destination bucket IotDIYeucentral1ServiceBucket521E98CE remains empty. I've verified the local directory path and everything seems correct. I've also checked the Lambda function logs responsible for copying the object from the CDK bucket to the destination bucket, but I haven't found any errors, only information about another .zip file that was copied correctly to its destination bucket.
Could someone please advise on additional steps I can take to debug this issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone!
I'm new to CDK and I'm trying to store a file in S3 using CDK in Python. I've been stuck on this problem for a week and would appreciate some help from someone more experienced to find the issue. The code I'm using is as follows:
However, after deploying, the generated CloudFormation syntax for this CDK file creates the following:
yaml
The issue I'm facing is that after deployment, I can't find the file 0aab58b5231cf9517a894381a0a4d63b0ce5df6d8d6f102992ef0dc035b5ca9b.zip in the source bucket cdk-hnb659fds-assets-590183820794-eu-central-1. Consequently, the destination bucket IotDIYeucentral1ServiceBucket521E98CE remains empty. I've verified the local directory path and everything seems correct. I've also checked the Lambda function logs responsible for copying the object from the CDK bucket to the destination bucket, but I haven't found any errors, only information about another .zip file that was copied correctly to its destination bucket.
Could someone please advise on additional steps I can take to debug this issue?
Beta Was this translation helpful? Give feedback.
All reactions