We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884dfc9 commit ac37709Copy full SHA for ac37709
src/pages/[platform]/build-a-backend/troubleshooting/circular-dependency/index.mdx
@@ -34,7 +34,6 @@ If you see this error "The CloudFormation deployment failed due to circular depe
34
```ts title="amplify/functions/my-function/resource.ts"
35
export const queryFunction = defineFunction({
36
name: 'myFunction',
37
- entry: '../handler.ts',
38
resourceGroupName: 'data',
39
});
40
```
0 commit comments