Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit cde5af9

Browse files
committed
fix(aws-lambda): fix test failure due to init()
1 parent 8928948 commit cde5af9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/serverless-components/aws-lambda/src/component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ class AwsLambda extends Component {
4949
state: any;
5050
save: () => void;
5151
load: (name: string) => any;
52-
init: () => void;
5352

5453
async default(inputs: Record<string, unknown> = {}) {
5554
this.context.status(`Deploying`);

0 commit comments

Comments
 (0)