UNPKG

cdk-serverless-agentic-api

Version:

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

12 lines 284 B
{ "name": "auth-lambda", "version": "1.0.0", "description": "Lambda functions for authentication operations", "main": "index.js", "dependencies": { "@aws-sdk/client-cognito-identity-provider": "^3.0.0" }, "devDependencies": { "@types/aws-lambda": "^8.10.0" } }