Skip to content

Commit c517c3c

Browse files
author
github-actions
committed
chore: self mutation
Signed-off-by: github-actions <[email protected]>
1 parent 91515f0 commit c517c3c

File tree

1 file changed

+1
-1
lines changed
  • src/patterns/gen-ai/aws-contentgen-appsync-lambda

1 file changed

+1
-1
lines changed

src/patterns/gen-ai/aws-contentgen-appsync-lambda/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import * as s3 from 'aws-cdk-lib/aws-s3';
2424
import { NagSuppressions } from 'cdk-nag';
2525
import { Construct } from 'constructs';
2626
import * as s3_bucket_helper from '../../../common/helpers/s3-bucket-helper';
27-
import { version,lambdaMemorySizeLimiter } from '../../../common/helpers/utils';
27+
import { version, lambdaMemorySizeLimiter } from '../../../common/helpers/utils';
2828
import * as vpc_helper from '../../../common/helpers/vpc-helper';
2929

3030
/**

0 commit comments

Comments
 (0)