UNPKG

cdk-serverless-agentic-api

Version:

CDK construct for serverless web applications with CloudFront, S3, Cognito, API Gateway, and Lambda

15 lines 362 B
{ "name": "items-lambda", "version": "1.0.0", "description": "Lambda functions for CRUD operations on user items", "main": "index.js", "dependencies": { "@aws-sdk/client-dynamodb": "^3.0.0", "@aws-sdk/lib-dynamodb": "^3.0.0", "uuid": "^9.0.0" }, "devDependencies": { "@types/uuid": "^9.0.0", "@types/aws-lambda": "^8.10.0" } }