Kawin Nikomborirak

Results 21 comments of Kawin Nikomborirak

Since I struggled with getting boost_python to be detected with `ros-melodic/camera_calibration_parsers`, this seems like the most appropriate place to drop this patch which fixed my issue:: ```diff --- a/CMakeLists.txt 2019-05-25...

My images are being uploaded to ECR to the repository that SAM CLI creates for me. Blocked/close-if-inactive works for me, I just wanted to check if there is already a...

Hello @rsinsuranceagent, ECR supports lifecycle policies, but ideally there is way to manage that rule in code rather than introduce stack drift. Editing the `aws-sam-cli-managed` is possible, but not automated.

@rsinsuranceagent Thanks, that helps. If there is a plan to configure the ECR repository in `template.yaml`, a lifecycle configuration key there will simplify the experience. In the meantime, I will...

Thank you! I also ran another test with a non-custom query using the lambda authorizer ``` let result = try await Amplify.API.query( request: .get(MyModel.self, byId: amplifyDataId, authMode: .function) ) ```...

Sure! I've attached it here. The `myapp` URIs are first, but I'll try putting those URIs last when I am back at my machine and update you [amplify_outputs.json](https://github.com/user-attachments/files/20073122/amplify_outputs.json.json)

Update: putting the `myapp://` redirects at the end did not work either

If I leave only `kanai://callback` then my sign in works. If I add any of the others as a second redirect URL, I get the same redirect error

@AnilMaktala I am also running into this issue. I'm not using subscriptions either. Interestingly creating my object with nil for all the relationships it has in the appSync console works,...