UNPKG

@worktif/purews

Version:

Work TIF TypeScript-based AWS infrastructure toolkit featuring DynamoDB integration, AppSync support, SES functionality, and GraphQL capabilities with comprehensive audit logging and AWS Signature V4 authentication.

8 lines (7 loc) 227 B
import 'reflect-metadata'; import { Context } from 'aws-lambda'; /** * Class representing the context object passed to AWS Lambda function handlers. * @typedef {unknown} LambdaContext */ export type LambdaContext = Context;