We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e31e1 commit da5777aCopy full SHA for da5777a
test/handlers/isAsync.mjs
@@ -1,4 +1,7 @@
1
-/** Copyright 2025 Amazon.com, Inc. or its affiliates. All Rights Reserved. */
+/*
2
+Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
+SPDX-License-Identifier: Apache-2.0
4
+*/
5
6
export const handlerAsync = async () => {
7
const response = {
@@ -14,4 +17,4 @@ export const handlerNotAsync = () => {
14
17
body: JSON.stringify('Hello from Lambda!'),
15
18
};
16
19
return response;
-};
20
+};
0 commit comments