feat: add hugo-installer + auto-changelog
This commit is contained in:
11
functions/hi-from-lambda.js
Normal file
11
functions/hi-from-lambda.js
Normal file
@ -0,0 +1,11 @@
|
||||
exports.handler = (event, context, callback) => {
|
||||
callback (null, {
|
||||
statusCode: 200,
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
body: JSON.stringify({
|
||||
message: 'Hi from Lambda.',
|
||||
}),
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user