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
119
119
120
120
``` ts title="amplify/backend.ts"
121
121
import { defineBackend } from " @aws-amplify/backend"
122
- import * as iam from " aws-cdk-lib/aws-iam"
123
122
import * as sns from " aws-cdk-lib/aws-sns"
124
123
import { weeklyDigest } from " ./functions/weekly-digest/resource"
125
124
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ This file contains the following pages:
39
39
40
40
Please follow the README in our Figma file to learn how to create your components to optimize for code quality.
41
41
42
- ## Step 2: Run the Amplify UI Builder Figma plugin in dev mode
42
+ ## Step 2: Run the Amplify UI Builder Figma plugin
43
43
44
44
After 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.
45
45
You can’t perform that action at this time.
0 commit comments