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

The Render Farm Deployment Kit on AWS is a library for use with the AWS Cloud Development Kit that helps you define your render farm cloud infrastructure as code.

Results 51 aws-rfdk issues
Sort by recently updated
recently updated
newest added

Bumps [@aws-sdk/client-cloudformation](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation) from 3.137.0 to 3.163.0. Release notes Sourced from @​aws-sdk/client-cloudformation's releases. v3.163.0 3.163.0(2022-09-01) Documentation Changes client-codeguru-reviewer: Documentation updates to fix formatting issues in CLI and SDK documentation. (470f2a14) client-route-53:...

dependencies
javascript

Bumps [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) from 3.137.0 to 3.163.0. Release notes Sourced from @​aws-sdk/client-secrets-manager's releases. v3.163.0 3.163.0(2022-09-01) Documentation Changes client-codeguru-reviewer: Documentation updates to fix formatting issues in CLI and SDK documentation. (470f2a14) client-route-53:...

dependencies
javascript

Bumps [@aws-sdk/client-cloudwatch-logs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudwatch-logs) from 3.137.0 to 3.163.0. Release notes Sourced from @​aws-sdk/client-cloudwatch-logs's releases. v3.163.0 3.163.0(2022-09-01) Documentation Changes client-codeguru-reviewer: Documentation updates to fix formatting issues in CLI and SDK documentation. (470f2a14) client-route-53:...

dependencies
javascript

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.31.0 to 5.36.1. Release notes Sourced from @​typescript-eslint/parser's releases. v5.36.1 5.36.1 (2022-08-30) Bug Fixes typescript-estree: fix decorator regression for pre TS4.8 (#5574) (a603015) v5.36.0 5.36.0 (2022-08-30) This...

dependencies
javascript

Bumps [aws-sdk-mock](https://github.com/dwyl/aws-sdk-mock) from 5.5.0 to 5.7.0. Commits e3377a5 Update dependencies on sinon & aws-sdk to latest versions. no changes to API/... 43dc24d Merge pull request #269 from abetomo/upgrade_packages adaaf3a add...

dependencies
javascript

The current WorkerInstanceFleet construct does not allow providing a UserData object at creation for it to use. The feature request is to make it possible to do so. ### Use...

needs-triage
feature-request

Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2.2.1 to 2.4.0. Release notes Sourced from hmarr/auto-approve-action's releases. v2.4.0 What's Changed Default github-token to github.token by @​MichaelDeBoey in hmarr/auto-approve-action#202 New Contributors @​MichaelDeBoey made their first contribution...

dependencies
github_actions

### Problem Certificates created in RFDK has expiration date but does not have procedure for rotation. By default certificates will expire after 3 years, but there is still possibility that...

contribution/core

### Problem When synthesizing a stack template that would deploy a resource with one of our lambda functions that uses the `openssl-al2` lambda layer, if the AWS credentials/region are not...

contribution/core

There is a new ECS feature called "deployment circuit breakers" -- https://aws.amazon.com/blogs/containers/announcing-amazon-ecs-deployment-circuit-breaker/ -- that should be used by the RFDK during its ECS-based deployments. ### Use Case The current RFDK...

needs-triage
feature-request