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

Lambda has build in wonderful retrying logic, related to SQS, described [here](https://docs.aws.amazon.com/lambda/latest/dg/example_serverless_SQS_Lambda_batch_item_failures_section.html) To use these convenient code examples, we're required to enable Report batch item failures on sqs lambda trigger....

To-Think-About

Added support of new features to the `step_functions` resource: - update - publish version - state machine aliases

In the Quick Start article under Usage guide -> Creating Project files point the data is slightly outdated. There is no option --config_path. It should be just --path.

To-Do

**Describe the requested changes** The page https://github.com/epam/aws-syndicate/wiki/5.-Using-aliases uses outdated names sdct.conf and sdct_aliases.conf, although for newly generated projects, the new names syndicate.yml and syndicate_aliases.yml are generated by Syndicate. This creates...

To-Do

Fixed an API Gateway cleanup error triggered by insufficient permissions to retrieve the Lambda policy.

Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.8.2. Release notes Sourced from axios's releases. Release v1.8.2 Release notes: Bug Fixes http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2) Contributors to this release...

dependencies
javascript

- Added a check to skip non-Operation Object attributes in the Path Item Object. - This prevents the AttributeError when processing OpenAPI specifications with summary or description fields in Path...

**Describe the bug** Setting up a Lambda proxy integration for any API method involving a generic proxy resource is impossible. **To Reproduce** ```shell export PROJECT_NAME=project_name export LAMBDA_NAME=api_handler export API_GATEWAY_NAME=project_api export...

To-Think-About

**Is your feature request related to a problem? Please describe.** I tried to start working with syndicate on my local dev environment - localstack. It is not possible to create...

To-Think-About