mirror of
https://github.com/iv-org/invidious.io.git
synced 2025-05-10 02:15:18 -04:00
feat: update for doks v0.3.0
This commit is contained in:
parent
69cdc3ccce
commit
630c2a2edd
16 changed files with 4054 additions and 11675 deletions
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.',
|
||||
}),
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue