Compare commits
1 Commits
17-03-26-b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4b03a29b6 |
|
|
@ -3,7 +3,7 @@ export const handler = async (event, res) => {
|
||||||
try {
|
try {
|
||||||
// Prepare the response JSON
|
// Prepare the response JSON
|
||||||
const responseJson = {
|
const responseJson = {
|
||||||
message: "Hello World"
|
message: "Hello World CLI"
|
||||||
};
|
};
|
||||||
|
|
||||||
// Print the JSON response to stdout
|
// Print the JSON response to stdout
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user