Skip to content

Commit e73b173

Browse files
Update src/pages/gen2/reference/cli-commands/index.mdx
Co-authored-by: josef <josef.aidt@gmail.com>
1 parent f2ead48 commit e73b173

File tree

1 file changed

+1
-1
lines changed
  • src/pages/gen2/reference/cli-commands

1 file changed

+1
-1
lines changed

src/pages/gen2/reference/cli-commands/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Assume you have deployed your Amplify project with the CDK construct. You will n
259259
import { Construct } from 'constructs';
260260
import { App, Backend } from 'aws-cdk-lib/aws-amplify';
261261

262-
export class HelloCdkStack extends cdk.Stack {
262+
export class MyAmplifyStack extends cdk.Stack {
263263
constructor(scope: cdk.Construct, id: string, props?: cdk.StackProps) {
264264
super(scope, id, props);
265265

0 commit comments

Comments
 (0)