We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ead48 commit e73b173Copy full SHA for e73b173
src/pages/gen2/reference/cli-commands/index.mdx
@@ -259,7 +259,7 @@ Assume you have deployed your Amplify project with the CDK construct. You will n
259
import { Construct } from 'constructs';
260
import { App, Backend } from 'aws-cdk-lib/aws-amplify';
261
262
-export class HelloCdkStack extends cdk.Stack {
+export class MyAmplifyStack extends cdk.Stack {
263
constructor(scope: cdk.Construct, id: string, props?: cdk.StackProps) {
264
super(scope, id, props);
265
0 commit comments