aws-syndicate
aws-syndicate copied to clipboard
Syndicate deployment framework
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...
## Summary `syndicate` fails in 3.12 python version due to removal of [distutils](https://docs.python.org/3.10/library/distutils.html#module-distutils) 
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...
Lambda function URLs suppport for Java is needed for Cloud Mentor project
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
**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...
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...