UNPKG
@danhu90/work-template-cli
Version:
latest (1.0.3)
1.0.3
1.0.2
A CLI to bootstrap my projects
github.com/danhu90/work-template-cli
danhu90/work-template-cli
@danhu90/work-template-cli
/
templates
/
lambda-serverless-ts
/
src
/
index.ts
3 lines
•
111 B
text/typescript
View Raw
1
2
3
export
const
handler
=
async
(
event
) => {
console
.
log
(
'Received event: '
,
JSON
.
stringify
(event,
null
,
3
)); };