Masashi Tomooka

Results 72 comments of Masashi Tomooka

Hi @adrianjoshua-strutt , Thank you very much for taking the time. I might be missing some conditions necessary to reproduce the issue, but I can't pinpoint exactly what they are....

As far as I researched, it is currently not possible to set [`name` parameter](https://docs.aws.amazon.com/step-functions/latest/apireference/API_StartExecution.html#API_StartExecution_RequestSyntax) when calling StartExecution directly from EventBridge. It is a limitation of EventBridge side. Instead we can...

I found [DifyShare](https://difyshare.com/). Looks cool. Ideally it'd be great if it is closely integrated with Dify itself (e.g. directly pulling/pushing workflow between DifyShare and Dify). Also we need more users...

@ashishdhingra Thank you for the investigation! Can you try [GitHub App connections](https://docs.aws.amazon.com/codebuild/latest/userguide/connections-github-app.html) instead of a PAT credential? You also need to set the connection as [an account level credential](https://docs.aws.amazon.com/codebuild/latest/userguide/multiple-access-tokens.html#asm-account-credential). With...

@patrickdorival I configured [account level credential](https://docs.aws.amazon.com/codebuild/latest/userguide/multiple-access-tokens.html#asm-account-credential) to avoid from setting connection per project, but yeah it's disappointing that current L2 doesn't support Source.Auth property. I'll create a seprarate issue for...

I'm looking forward to this PR being landed! Also, be sure to rerun the script as [the zod peer dependency](https://github.com/react-hook-form/resolvers/blob/79cd8b284da29a5a42cd5fdafa2e767747fcfcf7/zod/package.json#L16) has not been picked up yet.

Thanks @khushail for the investigation! > this is by design to keep it disabled I'm afraid not. Without public IP addresses, NAT instances won't work. This is a surprising behavior...

jfyi you can use local credential or IAM role credential directly by setting `bedrockOptions` instead. For example. ```ts import { createAmazonBedrock } from '@ai-sdk/amazon-bedrock'; import { streamText } from 'ai';...

@chrisbonifacio @eliasbrange Thanks I tried it now and it works! I would like to see this workaround clearly documented somewhere. Also aren't you missed to label the issue? it is...