I have ready to run images to ECR that I pushed it after build in my own
I create Pipeline with two stage Source and Deploy, In Source stage pipeline write to the S3 bucket imageDetail.json but When I give this to Deploy stage It is not correctly format JSON
When I see after download that artifact file
It started with - { } , but in the docs it has to start with - [ ]
Can anyone help me about it ?
I am trying to get data from imageDetail.json in Source stage with adding another step which it has to rewrite to another side of bucket , Then I give that to Deploy (ECS)