Skip to content

Commit 8f87826

Browse files
CCM-10591: Lambda Boilerplate
1 parent 732e9d1 commit 8f87826

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambdas/example-lambda/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Replace me with the actual code for your Lambda function
12
import { Handler } from 'aws-lambda';
23

34
export const handler: Handler = async (event) => {

0 commit comments

Comments
 (0)