File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
build-a-backend/functions/grant-access-to-other-resources Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ However some constructs provide a `grant*` method to grant access to common poli
119119
120120``` ts title="amplify/backend.ts"
121121import { defineBackend } from " @aws-amplify/backend"
122- import * as iam from " aws-cdk-lib/aws-iam"
123122import * as sns from " aws-cdk-lib/aws-sns"
124123import { weeklyDigest } from " ./functions/weekly-digest/resource"
125124
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ This file contains the following pages:
3939
4040Please follow the README in our Figma file to learn how to create your components to optimize for code quality.
4141
42- ## Step 2: Run the Amplify UI Builder Figma plugin in dev mode
42+ ## Step 2: Run the Amplify UI Builder Figma plugin
4343
4444After you duplicate the Figma file, you run the Amplify UI Builder figma plugin in dev mode or non-dev mode to generate Amplify UI React code.
4545
You can’t perform that action at this time.
0 commit comments