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 35a239d commit d62f669Copy full SHA for d62f669
packages/aws-cdk-lib/aws-appsync/README.md
@@ -939,7 +939,7 @@ Enables and controls the enhanced metrics feature. Enhanced metrics emit granula
939
940
```ts
941
const schema = new appsync.SchemaFile({ filePath: 'mySchemaFile' })
942
-new appsync.GraphqlApi(stack, 'api', {
+new appsync.GraphqlApi(this, 'api', {
943
name: 'myApi',
944
definition: appsync.Definition.fromSchema(schema),
945
enhancedMetricsConfig: {
0 commit comments