diff --git a/src/core/LambdaWrapper.ts b/src/core/LambdaWrapper.ts index 15c2238..53ed825 100644 --- a/src/core/LambdaWrapper.ts +++ b/src/core/LambdaWrapper.ts @@ -27,7 +27,7 @@ export default class LambdaWrapper(config: Partial & TMoreConfig): LambdaWrapper { + configure>(config: Partial & TMoreConfig): LambdaWrapper { return new LambdaWrapper(mergeConfig(this.config, config)); }