Kethan sai

Results 787 comments of Kethan sai

note: similarily error can occur on sandbox deploy if user has a proxy setup such as vpn adding `--debug` to `npx ampx sandbox` provides this information. to mitigate this adding...

Hey @CGarces, thank you for reaching out. Wanted to provide some information on the Lambda function named `amplify-*-UpdateRolesWithIDPFuncti-*`. The function is deployed as a Inline function by Amplify CLI when...

Hey,👋 thanks for raising this! I'm going to transfer this over to our codegen repository for better assistance 🙂

Hey,👋 thanks for raising this! I'm going to transfer this over to our documentation repository for content and documentation updates.

@markramrattan you should be able to switch the region on the bedrock client to call a model in a different region. ``` const client = new BedrockRuntimeClient({ region: "us-east-1", });...

Hey @markramrattan, the issue doesnt appear to be a region issue as you would receive a permissions error. The error seems to be from the code in the handler I...

@markramrattan Amplify AI kit has been recently released providing support your AI use cases: https://docs.amplify.aws/react/ai/ @pierresisson the cross region inference example is currently being tracked on https://github.com/aws-amplify/docs/issues/8121. refer to the...

Hey,👋 thanks for raising this! I'm going to transfer this over to our codegen repository for better assistance 🙂.

Hey @neuquen, thank you for reaching out. I was able to reproduce the issue. marking as bug. Reproduction steps: 1. `amplify init` 2. `amplify override project` 3. In my case...