Roman Naumenko

Results 53 comments of Roman Naumenko

I've used one of the known package, worked very well ``` import toast from 'react-hot-toast'; ... export default function ShowCustomBannerMessage(response: TradeRequest) { toast.custom(, { duration: 1500, }); } ```

The visual editor also complained that "lambda:GetLayerVersionbyArn" doesn't exit in Full-access-Policy

@bzsurbhi I'm confused, what is amplify managed policy? This is also a not custom case - this is amplify cli fails to make updates because some ssm permissions missing.

This one from standard design template is working properly ![image](https://github.com/aws-amplify/amplify-studio/assets/62673610/f7c47abb-7b65-453e-b76b-686ed83ba75d)

> Hi - it really depends on what you are trying to do. > > A lot of PDK constructs on offer can be used as alternatives to amplify i.e:...

Do you have a roadmap by chance? I'm interested in something more robust for managing workflows like amazon-textract-idp-cdk does for example with step functions. Using it as standalone package, I...

Hey @HQarroum I want to follow up on my question. Are you considering adding an option to run async workflows in a step function or using another integration? The use...

Oh, yeah - the ESM, thanks for pointing out. I've started moving my projects from CommonJS, and that would probably solved the problem. Regarding step functions, its not necessary. Textract...

You're right. The existing one could be easily refactored to use a different underlying service. I might get to this when I need more file types processed. I'll probably convert...