projen icon indicating copy to clipboard operation
projen copied to clipboard

[awscdk-construct]: has generic sample code

Open moltar opened this issue 3 years ago • 0 comments

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?

moltar avatar Jan 24 '22 09:01 moltar