MCPcopy Create free account
hub / github.com/cdk-patterns/serverless / lambda.js

File lambda.js

the-simple-webservice/csharp/lambda-fns/lambda.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const AWS = require('aws-sdk');
2const dynamo = new AWS.DynamoDB.DocumentClient();
3
4exports.handler = async function (event) {

Callers

nothing calls this directly

Calls 1

createResponseFunction · 0.85

Tested by

no test coverage detected