Roman Naumenko

Results 33 comments of Roman Naumenko

I've also run into this. I'm using reveal inside React. The best solution would be rendering individual slides with a Slide component. It could accept props and do whatever users...

I figured it out: there is no APIs unfortunately However rendering slides is pretty easy with the content pulled from any CMS. In a react component ```javascript return( {slides.map(slide) =>...

I like cdk-nag approach, should be pretty easy to automate enforcement in a pipeline.

> one thing I wonder about: if I have the intent to close 20 accounts but this exceeds the maximum of 10% this month, should the build process "just fail"...

Hey @jfuss, wanted to ask few questions how you integrated cw/alarms and dashbarods with sam apps? Are you on slack somewhere? The link from this repo README doesn't work https://join.slack.com/t/awsdevelopers/shared_invite/enQtMzg3NTc5OTM2MzcxLTIxNjc0ZTJkNmYyNWY3OWE4NTFiNzU1ZTM2Y2VkNmFlNjQ2YjI3YTE1ZDA5YjE5NDE2MjVmYWFlYWIxNjE2NjU...

Just run into this bug, trying to configure some policies for roles managed outside of cdk app 😢

Amplify team, wanted to ask what's your approach to semi-permanent bugs like this, when Cognito trigger Lambdas can not access GraphQL API? Like everybody else, I've run into number of...

Interested as well in this. The Hub.listen('auth') can get `signInWithRedirect_failure`, should this be the error handling for signups with redirect? I'm not sure what to do with it, given that...

https://github.com/aws-amplify/amplify-ui/issues/4727

Same problem with deployments. A mono-repo, api and website in own folders. Basic next.js, SSR build ``` version: 1 applications: - appRoot: cof-api buildpath: / backend: phases: install: commands: -...