File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 " nodejs"
8484 ],
8585 "dependencies" : {
86- "@aws/lambda-invoke-store" : " 0.2.2 " ,
86+ "@aws/lambda-invoke-store" : " 0.2.3 " ,
8787 "@aws-lambda-powertools/commons" : " 2.30.1" ,
8888 "@standard-schema/spec" : " ^1.1.0"
8989 },
Original file line number Diff line number Diff line change 1- import type { InvokeStoreBase } from '@aws/lambda-invoke-store' ;
21import type { GenericLogger } from '@aws-lambda-powertools/commons/types' ;
32import type { StandardSchemaV1 } from '@standard-schema/spec' ;
43import type {
@@ -14,12 +13,6 @@ import type { parser } from './parser.js';
1413import type { SqsFifoPartialProcessor } from './SqsFifoPartialProcessor.js' ;
1514import type { SqsFifoPartialProcessorAsync } from './SqsFifoPartialProcessorAsync.js' ;
1615
17- declare global {
18- namespace awslambda {
19- let InvokeStore : InvokeStoreBase | undefined ;
20- }
21- }
22-
2316/**
2417 * Options for batch processing
2518 *
Original file line number Diff line number Diff line change 119119 " nodejs"
120120 ],
121121 "dependencies" : {
122- "@aws/lambda-invoke-store" : " 0.2.2 "
122+ "@aws/lambda-invoke-store" : " 0.2.3 "
123123 },
124124 "devDependencies" : {
125125 "@aws-lambda-powertools/testing-utils" : " file:../testing"
Original file line number Diff line number Diff line change 9898 "url" : " https://github.com/aws-powertools/powertools-lambda-typescript/issues"
9999 },
100100 "dependencies" : {
101- "@aws/lambda-invoke-store" : " 0.2.2 " ,
101+ "@aws/lambda-invoke-store" : " 0.2.3 " ,
102102 "@aws-lambda-powertools/commons" : " 2.30.1"
103103 },
104104 "keywords" : [
Original file line number Diff line number Diff line change 8989 "url" : " https://github.com/aws-powertools/powertools-lambda-typescript/issues"
9090 },
9191 "dependencies" : {
92- "@aws/lambda-invoke-store" : " 0.2.2 " ,
92+ "@aws/lambda-invoke-store" : " 0.2.3 " ,
9393 "@aws-lambda-powertools/commons" : " 2.30.1"
9494 },
9595 "keywords" : [
Original file line number Diff line number Diff line change 100100 "dependencies" : {
101101 "@aws-cdk/toolkit-lib" : " ^1.12.3" ,
102102 "@aws-sdk/client-lambda" : " ^3.962.0" ,
103- "@aws/lambda-invoke-store" : " 0.2.2 " ,
103+ "@aws/lambda-invoke-store" : " 0.2.3 " ,
104104 "@smithy/util-utf8" : " ^4.0.0" ,
105105 "aws-cdk-lib" : " ^2.233.0" ,
106106 "esbuild" : " ^0.27.2" ,
You can’t perform that action at this time.
0 commit comments