in index.ts [18:22]
constructor(parent: cdk.App, name: string, props: cdk.StackProps) { super(parent, name, props); new BackEnd(this, 'MeetingBackEnd'); }