MCPcopy 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";
2var AWS = require('aws-sdk');
3exports.handler = async function (event) {
4 console.log("request:", JSON.stringify(event, undefined, 2));

Callers

nothing calls this directly

Calls 1

sendResFunction · 0.70

Tested by

no test coverage detected