Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Commit c0a5cb3

Browse files
committed
refactor: remove old comment
1 parent 88d2f0a commit c0a5cb3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/hello-ts.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ const helloTs: Function = async (event: AWSLambda.APIGatewayEvent) => {
99
});
1010

1111
return response;
12-
13-
// Use this code if you don't use the http event with the LAMBDA-PROXY integration
14-
// callback(null, { message: 'Go Serverless v1.0! Your function executed successfully!', event });
1512
};
1613

1714
// runWarm function handles pings from the scheduler so you don't

0 commit comments

Comments
 (0)