Bohdan Onsha
Bohdan Onsha
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: ```yaml !!python/object:syndicate.core.project_state.project_state.ProjectState _dict: build_projects_mapping:...
Improve command helps with the following details: - Required or optional parameters - type of parameters - example of the inputting data
Syndicate Readme is obsolete, sections that needs to be updated: - [Common configuration](https://github.com/epam/aws-syndicate#common-configuration): replace with updated syndicate configuration workflow (generate project/config/lambda/meta) - [Deployment](https://github.com/epam/aws-syndicate#deployment): remove optional arguments from syndicate build/deploy/clean, add...
Syndicate wiki is obsolete and contains outdated articles: - [1. Overview](https://github.com/epam/aws-syndicate/wiki/1.-Overview): add Batch/DocumentDB services to the list of supported - [2. Quick Start](https://github.com/epam/aws-syndicate/wiki/2.-Quick-start): Add description of usage of update syndicate...
**Describe the bug** Some folders with lambda meta are not deleted after archiving the lambda package. **Expected behavior** All of the lambda folders will be removed after creating `.zip` archives....
**Describe the solution you'd like** Generate test folder with sample test file/cases on the first call of `syndicate generate lambda`
Syndicate examples are obsolete and need an update. For each sample: - add template `.syndicate` file - adjust guides to match syndicate 1.0 workflow