mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
227 B
TypeScript
9 lines
227 B
TypeScript
import { lambdaWrapper, getWrapper } from 'serverless-jest-plugin';
|
|
|
|
let lambda = lambdaWrapper.wrap({
|
|
region: 'eu-west-1',
|
|
lambdaFunction: 'myFunctionName',
|
|
});
|
|
|
|
lambda = getWrapper('foo', 'foo/bar.js', 'fooHandler');
|