feat: add hugo-installer + auto-changelog
This commit is contained in:
0
assets/lambda/.gitignore
vendored
0
assets/lambda/.gitignore
vendored
@ -1,11 +0,0 @@
|
||||
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