projen
projen copied to clipboard
[awscdk-construct]: has generic sample code
It's not CDK or CDK construct related.
export class Hello {
public sayHello() {
return 'hello, world!';
}
}
Should it have a default construct and integ tests, like the Lambda one?