Skip to content

Commit 44f7755

Browse files
formatting
1 parent 8a2fbc3 commit 44f7755

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

cdk/lib/notifications.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ import { GuDeveloperPolicyExperimental } from '@guardian/cdk/lib/experimental/co
66
import { GuApiLambda } from '@guardian/cdk/lib/patterns/api-lambda';
77
import type { App } from 'aws-cdk-lib';
88
import { Duration } from 'aws-cdk-lib';
9-
import { Runtime } from 'aws-cdk-lib/aws-lambda';
109
import { Effect, PolicyStatement } from 'aws-cdk-lib/aws-iam';
10+
import { Runtime } from 'aws-cdk-lib/aws-lambda';
11+
1112
export class DispatchStack extends GuStack {
1213
constructor(scope: App, id: string, props: GuStackProps, app: string) {
1314
super(scope, id, props);
@@ -55,7 +56,7 @@ export class DispatchStack extends GuStack {
5556

5657
const pandaConfigAndKeyPolicyStatement = new PolicyStatement({
5758
effect: Effect.ALLOW,
58-
actions: ["s3:GetObject"],
59+
actions: ['s3:GetObject'],
5960
resources: [`arn:aws:s3:::pan-domain-auth-settings/*`],
6061
});
6162

0 commit comments

Comments
 (0)