Skip to content

Commit da5777a

Browse files
authored
Update copyright header (#148)
1 parent b4e31e1 commit da5777a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/handlers/isAsync.mjs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/** Copyright 2025 Amazon.com, Inc. or its affiliates. All Rights Reserved. */
1+
/*
2+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
SPDX-License-Identifier: Apache-2.0
4+
*/
25

36
export const handlerAsync = async () => {
47
const response = {
@@ -14,4 +17,4 @@ export const handlerNotAsync = () => {
1417
body: JSON.stringify('Hello from Lambda!'),
1518
};
1619
return response;
17-
};
20+
};

0 commit comments

Comments
 (0)