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

Syndicate deployment framework

Results 42 aws-syndicate issues
Sort by recently updated
recently updated
newest added

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.2 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...

dependencies
python

## Summary `syndicate` fails in 3.12 python version due to removal of [distutils](https://docs.python.org/3.10/library/distutils.html#module-distutils) ![Image 2 05 24 at 4 44 PM](https://github.com/epam/aws-syndicate/assets/39378793/b78e50dc-d8c5-4412-bbc5-74bdca87b2d2)

To-Think-About

So, the problem is that many unix programs use -(hyphen) as separator for words in arguments for commands. But syndicate for some reason doesn't use it. It will be much...

To-Think-About

Lambda function URLs suppport for Java is needed for Cloud Mentor project

To-Do
java

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:...

To-Do

Improve command helps with the following details: - Required or optional parameters - type of parameters - example of the inputting data

To-Do
documentation

**Is your feature request related to a problem? Please describe.** If the user created the project himself (not generated through the `syndicate generate project` command), then the deployment_resources.json file will...

bug
enhancement

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...

documentation