Nikolay ILYIN
Nikolay ILYIN
I also support the idea to separate app code location from user's data so we could mount these volumes separately. Also web server would be better to separate as well,...
++ another potential benefit is that we can implement Mautic multi-tenancy (multiple own Mautic Landing pages on same host or cluster) by using containers' separation with one dedicated container for...
I am also interested how to configure the "max.partition.fetch.bytes" correctly for cppkafka. in my case I want to consumer no a single message but the batch of all, say, up...
Hi, can somebody get back to me with information on how can I get my current Amplify project distribution id? I visited CloudFront console page, but it has no distributions...
Hi @cwomack : the recommendations from this post are not applicable as I am using Amplify app, for which I don't know how to get my app's `distribution-id` (target distribution-id)....
@cwomack hi. is there any progress for this issue resolution? If you think it is specific only for my case I am ready for a call to illustrate the problem.
Hi, I don't know why correct vtl code has missing `IAM Authorization` section, as my `schema.graphql` contains: `{ allow: public, operations: [read], provider: iam }` in @auth for Component model....
I tried to reorder @auth rules but it hasn't solved the problem. My current rules set is given below: ``` type Component @model @auth ( rules: [ { allow: public,...
@biller-aivy thanks for your advice on token's `username` as a claim. BTW, I was thinking on using `sub` value for `id` field of my User model, but stick with generating...
@biller-aivy I was asking about `id` field for your `user` record. Is it different from `sub` value generated by Cognito and is `sub` value only kept in `owner` attribute?