aws-syndicate icon indicating copy to clipboard operation
aws-syndicate copied to clipboard

[Improvement] Change the storage format of a .syndicate in S3 Bucket

Open bohdan-onsha opened this issue 3 years ago • 1 comments

Change the storage format of a .syndicate file in S3 Bucket from Python Obj to YAML Obj

Current state of the .syndicate file in AWS S3:

!!python/object:syndicate.core.project_state.project_state.ProjectState

_dict:

  build_projects_mapping:

    python: src

  events:

bohdan-onsha avatar Feb 17 '22 10:02 bohdan-onsha

https://github.com/epam/aws-syndicate/pull/183

dmytro-afanasiev avatar Mar 04 '22 11:03 dmytro-afanasiev