Skip to content

Commit

Permalink
Update other Node.js-based templates
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuens committed Apr 12, 2019
1 parent e1498f8 commit 96843e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -8,7 +8,7 @@ export const hello = (event, context, cb) => {
body: JSON.stringify({
message: 'Go Serverless Webpack (Ecma Script) v1.0! Second module!',
input: event,
}),
}, null, 2),
};
p
.then(() => cb(null, response))
Expand Down
Expand Up @@ -7,6 +7,6 @@ export const hello: APIGatewayProxyHandler = async (event, _context) => {
body: JSON.stringify({
message: 'Go Serverless Webpack (Typescript) v1.0! Your function executed successfully!',
input: event,
}),
}, null, 2),
};
}

0 comments on commit 96843e9

Please sign in to comment.