aws-cdk/s3assets - deploying .zip files inside a folder structure of cdk bucket #25081
RajeshAWSGIT
started this conversation in
General
Replies: 1 comment
-
Our You will need to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to asset the .zip files from my local directory to a folder structure inside the bucket created by cdk.
code:-
asset= assets.Asset(self, 'SampleSingleFileAsset', path=os.path.join(dirname, 'cdk_s3poc'))
current - output :-
New cdk bucket created - cdk-hnb659fds-assets-890725536181-eu-west-1 and .zip file deployed.
cdk-hnb659fds-assets-890725536181-eu-west-1 ----> .zip file deployed
Expected - output :-
cdk-hnb659fds-assets-890725536181-eu-west-1 ----> macro folder -----> .zip file deployment
do we have any way to deploy the .zip files in the folder as mentioned above
Beta Was this translation helpful? Give feedback.
All reactions