MCPcopy Create free account
hub / github.com/aws-samples/aws-dev-hour-backend /

Class

lib/awsdevhour-stack.ts:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19const websiteBucketName = "cdk-rekn-publicbucket"
20
21export class AwsdevhourStack extends cdk.Stack {
22 constructor(scope: cdk.Construct, id: string, props?: cdk.StackProps) {
23 super(scope, id, props);
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected