rnrnstar

Results 14 comments of rnrnstar
trafficstars

I am also looking forward to the update.

Hi I am also interested in this issue. When building a fairly large amplify project, you may want to manage separate backends for each feature. One problem is that cloudformation...

The following settings are required to grant public read permission to an object and execute putobject. 1. Cognito iam role storageAccessXXXXXXX policy requires permission for the following actions ```` "Action":...

"Action": [ for the authenticated role of the cognito identity pool created with amplify. "s3:PutObject", "s3:PutObjectAcl" ], I want to add. I would like to know how to configure these...

I'm in a monorepo environment, so it's difficult to create package-lock.json. Because the modules share the root node_modules. What should I do in this case?

I'll close it for now as it looks like I'll have a little time until I can check it out.

I have Similar errors. ``` ./amplify/data/deletePostHandler/handler.ts:4:21 Type error: Cannot find module '$amplify/env/CommunityBoardDeletePost' or its corresponding type declarations. 2 | import { Amplify } from "aws-amplify"; 3 | import { generateClient...

In addition to tsconfig.json in the amplify directory, the problem was resolved by setting the following settings as the paths of tsconfig.json directly under the next.js project. `$amplify/*": ["./.amplify/generated/*"]` But...

Yes, appsync has `listByGetInfo`. ![スクリーンショット 2024-04-22 12 10 43](https://github.com/aws-amplify/amplify-category-api/assets/39724729/c3542df0-b10a-48da-b298-8691da616568)

I selected multiple sortKeys for secondaryIndexes. Then I couldn't get the list. ``` Post: a .model({ name: a.string().required(), categoryId: a.id().required(), s3ImgKey: a.string(), message: a.string().required(), gender: a.string().required(), prefecture: a.string().required(), ageGroup: a.string().required(),...