UNPKG

@aws-cdk-testing/cli-integ

Version:

Integration tests for the AWS CDK CLI

4 lines 110 B
exports.handler = async function(event) { const response = require('./response.json'); return response; };