Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cdk-patterns/serverless
/ lambda.js
File
lambda.js
the-scalable-webhook/python/lambda_fns/publish/lambda.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
"use strict"
;
2
var
AWS = require(
'aws-sdk'
);
3
exports.handler =
async
function
(event) {
4
console.log(
"request:"
, JSON.stringify(event, undefined, 2));
Callers
nothing calls this directly
Calls
1
sendRes
Function · 0.70
Tested by
no test coverage detected