apptension / saas-boilerplate

SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features!
https://apptension.com/saas-boilerplate
MIT License
2.27k stars 278 forks source link

fix : #621 Redis cache deployment issue #622

Closed rickycousins closed 2 months ago

rickycousins commented 2 months ago

Updated to use subnetGroup.ref in cacheSubnetGroupName to allow CDK to infer the dependency.

Please check if the PR fulfills these requirements

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

Causes error in deployment when running pnpm saas infra deploy https://github.com/apptension/saas-boilerplate/issues/621

What is the new behavior?

Now deploys without error

Does this PR introduce a breaking change?

No

Other information: