Skip to content

Commit 8f5328d

Browse files
committed
Updated handler.ts file
1 parent ea7ad1c commit 8f5328d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

handler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export const hello: APIGatewayProxyHandler = async (event, _context) => {
88
body: JSON.stringify(
99
{
1010
message:
11-
"Go Serverless Webpack (Typescript) v1.0! Your function executed successfully!",
12-
input: event,
11+
"This code deployed directly from the CI/CD pipeline using GitHub Action and Serverless!",
12+
httpMethod: event.httpMethod,
1313
},
1414
null,
1515
2

0 commit comments

Comments
 (0)