Skip to content

Commit ac37709

Browse files
Update src/pages/[platform]/build-a-backend/troubleshooting/circular-dependency/index.mdx
Co-authored-by: josef <[email protected]>
1 parent 884dfc9 commit ac37709

File tree

1 file changed

+0
-1
lines changed
  • src/pages/[platform]/build-a-backend/troubleshooting/circular-dependency

1 file changed

+0
-1
lines changed

src/pages/[platform]/build-a-backend/troubleshooting/circular-dependency/index.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ If you see this error "The CloudFormation deployment failed due to circular depe
3434
```ts title="amplify/functions/my-function/resource.ts"
3535
export const queryFunction = defineFunction({
3636
name: 'myFunction',
37-
entry: '../handler.ts',
3837
resourceGroupName: 'data',
3938
});
4039
```

0 commit comments

Comments
 (0)