Skip to content

Commit d62f669

Browse files
committed
fix: resolving Rosetta error
1 parent 35a239d commit d62f669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-appsync/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ Enables and controls the enhanced metrics feature. Enhanced metrics emit granula
939939

940940
```ts
941941
const schema = new appsync.SchemaFile({ filePath: 'mySchemaFile' })
942-
new appsync.GraphqlApi(stack, 'api', {
942+
new appsync.GraphqlApi(this, 'api', {
943943
name: 'myApi',
944944
definition: appsync.Definition.fromSchema(schema),
945945
enhancedMetricsConfig: {

0 commit comments

Comments
 (0)