actually I already comment on #10, But for visibility I will create another one.
So I want to deploy the solution on already existed Cloudfront distribution. I have a static website host in bucket X, but the web get assets (images, etc) from bucket Y.
To deploy it, what command should I use?
cdk deploy -c S3_IMAGE_BUCKET_NAME='bucket-X' or cdk deploy -c S3_IMAGE_BUCKET_NAME='bucket-Y'?
Thank you,