Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
const
AWS = require(
'aws-sdk'
);
2
const
dynamo =
new
AWS.DynamoDB.DocumentClient();
3
4
exports.handler =
async
function
(event) {
Callers
nothing calls this directly
Calls
1
createResponse
Function · 0.85
Tested by
no test coverage detected