| 19 | const websiteBucketName = "cdk-rekn-publicbucket" |
| 20 | |
| 21 | export class AwsdevhourStack extends cdk.Stack { |
| 22 | constructor(scope: cdk.Construct, id: string, props?: cdk.StackProps) { |
| 23 | super(scope, id, props); |
| 24 |
nothing calls this directly
no outgoing calls
no test coverage detected