Skip to content

Commit

Permalink
feat(core): add support for logging stats when consumed capacity is t…
Browse files Browse the repository at this point in the history
…urned on
  • Loading branch information
whimzyLive committed Mar 14, 2022
1 parent 67d00c4 commit 433efd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/classes/transformer/base-transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export interface MetadataOptions {
}

export interface MetadataOptions {
requestId: string;
requestId?: string;
returnConsumedCapacity?: CONSUMED_CAPACITY_TYPE;
}

export abstract class BaseTransformer {
Expand Down

0 comments on commit 433efd1

Please sign in to comment.