UNPKG

@scloud/cdk-patterns

Version:

Serverless CDK patterns for common infrastructure needs

5 lines (4 loc) 88 B
exports.handler = async (event) => ({ status: 200, body: JSON.stringify(event), });