File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -81,27 +81,6 @@ export class FootballNotificationsLambda extends GuStack {
8181 } ) ,
8282 ) ;
8383
84- // const dynamoTable = new Table(this, 'DynamoTable', {
85- // tableName: dynamoTableName,
86- // partitionKey: { name: 'notificationId', type: AttributeType.STRING },
87- // billingMode: BillingMode.PROVISIONED,
88- // readCapacity: 3,
89- // writeCapacity: 3,
90- // timeToLiveAttribute: 'ttl',
91- // removalPolicy: RemovalPolicy.RETAIN,
92- // });
93- // Tags.of(dynamoTable).add('devx-backup-enabled', 'true');
94- //
95- // footballnotificationslambda.addToRolePolicy(
96- // new PolicyStatement({
97- // actions: ['dynamodb:PutItem', 'dynamodb:UpdateItem', 'dynamodb:Query'],
98- // effect: Effect.ALLOW,
99- // resources: [
100- // `arn:aws:dynamodb:${region}:${account}:table/${dynamoTableName}`,
101- // ],
102- // }),
103- // );
104-
10584 // Read Throttle Events Alarm
10685 new GuAlarm ( this , 'MobileNotificationsFootballConsumedReadThrottleEvents' , {
10786 app,
You can’t perform that action at this time.
0 commit comments