Skip to content

Commit 91ef2b8

Browse files
committed
Silence aws sdk v1 deprecation warning
1 parent aa47e76 commit 91ef2b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cdk/lib/report.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ export class Report extends GuStack {
233233
IngestLocation: `s3://${eventLogsBucket.bucketName}/fastly/notifications/received`,
234234
AthenaOutputLocation: `s3://${eventLogsBucket.bucketName}/athena`,
235235
AthenaDatabase: 'notifications',
236+
AWS_JAVA_V1_DISABLE_DEPRECATION_ANNOUNCEMENT: 'true',
236237
},
237238
functionName: [stack, eventConsumerApp, stage].join('-'),
238239
loggingFormat: LoggingFormat.TEXT,

0 commit comments

Comments
 (0)