Marcus Malcom

Results 29 comments of Marcus Malcom

@chrisbonifacio - right, this is not how things are supposed to work, so we are agreed. This is a bug.

@ykethan - just to be sure ... these Lambda functions are being created by aws amplify cli ... my project doesn't have any custom Lambda functions. The `PinpointFunction` and `UserPoolClientLambda`...

@ykethan - ....... So let me get this straight ... I have had a project going for many years and then yesterday I do a push. This results in the...

@ykethan - ok so I am trying to follow the steps https://github.com/aws-amplify/amplify-cli/issues/13788#issuecomment-2126049333 and https://github.com/aws-amplify/amplify-cli/issues/13788#issuecomment-2127303131 providing this information. I installed installed Amplify CLI @ 11.1.0: ``` npm install -g @aws-amplify/[email protected] ```...

@ykethan - any chance we could get a new version of Amplify CLI that creates the `PinpointFunction` Lambda with the correct vesion?

Any updates on this? This seems pretty simple to implement and would be very useful. The workaround above does not work for me (I have graphql and my URL doesn't...

@chrisbonifacio - thanks for the response. Please see log output from AppSync: [ad81162c-5fda-48c5-af70-69ba2bbc0f74_log.txt](https://github.com/user-attachments/files/18011955/ad81162c-5fda-48c5-af70-69ba2bbc0f74_log.txt). Response is empty array: ``` { "data": { "searchResearchSubjects": { "items": [] } } } ``` Also...

@chrisbonifacio yes the project is using Cognito auth. Here are all the resolvers for that query: [Query.searchResearchSubjects.auth.1.req.vtl.txt](https://github.com/user-attachments/files/18014938/Query.searchResearchSubjects.auth.1.req.vtl.txt) [Query.searchResearchSubjects.postAuth.1.res.vtl.txt](https://github.com/user-attachments/files/18014939/Query.searchResearchSubjects.postAuth.1.res.vtl.txt) [Query.searchResearchSubjects.req.vtl.txt](https://github.com/user-attachments/files/18014940/Query.searchResearchSubjects.req.vtl.txt) [Query.searchResearchSubjects.res.vtl.txt](https://github.com/user-attachments/files/18014941/Query.searchResearchSubjects.res.vtl.txt) Thank you