Skip to content

Commit

Permalink
retrying, fixed rds -> redis typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dubwub committed Jan 14, 2025
1 parent a8cbdb4 commit 358a0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/fdr-deploy/getdocs-lambda/cdk/getLambdaStack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class GetDocsLambda extends Construct {
);
const redisSecurityGroup = SecurityGroup.fromSecurityGroupId(
this,
"imported-rds-proxy-sg",
"imported-redis-proxy-sg",
props.redisSecurityGroupID
);
const cacheSecurityGroup = SecurityGroup.fromSecurityGroupId(
Expand Down

0 comments on commit 358a0e4

Please sign in to comment.