UNPKG
serverless-plugin-alb
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
Serverless plugin for Application Load Balancers
axel-springer-kugawana/serverless-alb-plugin
serverless-plugin-alb
/
example
/
hello.js
11 lines
(10 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
.handler = async () => ({ isBase64Encoded:
false
, statusCode:
200
, statusDescription:
'200 OK'
, headers: {
'Set-cookie'
:
'cookies'
,
'Content-Type'
:
'application/json'
}, body:
'Hello from Lambda'
});