Skip to content

Commit 990441b

Browse files
committed
Show aws warning again
1 parent 12e0631 commit 990441b

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

cdk/lib/__snapshots__/report.test.ts.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ exports[`The Report stack matches the snapshot for CODE 1`] = `
376376
"Environment": {
377377
"Variables": {
378378
"APP": "eventconsumer",
379-
"AWS_JAVA_V1_DISABLE_DEPRECATION_ANNOUNCEMENT": "true",
380379
"App": "eventconsumer",
381380
"AthenaDatabase": "notifications",
382381
"AthenaOutputLocation": {
@@ -2261,7 +2260,6 @@ exports[`The Report stack matches the snapshot for PROD 1`] = `
22612260
"Environment": {
22622261
"Variables": {
22632262
"APP": "eventconsumer",
2264-
"AWS_JAVA_V1_DISABLE_DEPRECATION_ANNOUNCEMENT": "true",
22652263
"App": "eventconsumer",
22662264
"AthenaDatabase": "notifications",
22672265
"AthenaOutputLocation": {

cdk/lib/report.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ export class Report extends GuStack {
234234
IngestLocation: `s3://${eventLogsBucket.bucketName}/fastly/notifications/received`,
235235
AthenaOutputLocation: `s3://${eventLogsBucket.bucketName}/athena`,
236236
AthenaDatabase: 'notifications',
237-
AWS_JAVA_V1_DISABLE_DEPRECATION_ANNOUNCEMENT: 'true',
238237
},
239238
functionName: [stack, eventConsumerApp, stage].join('-'),
240239
});

0 commit comments

Comments
 (0)