Roman Naumenko
Roman Naumenko
### Which Specific Feature is your question related to? Figma sync ### Question Hi, Could you point me in right direction how to configure components in Figma so the text...
### Name of the resource AWS::RDS::DBCluster ### Resource name _No response_ ### Description AWS recently added new feature, not sure if this is already in CF ### Other Details _No...
I'd like to use `npx publib-npm` in the pipeline with AWS CodeArtifact, however, it is not using credentials from ~/.npmrc ```aws codeartifact login --tool npm --repository commons --domain xxx --domain-owner...
### Describe the feature Can pdk manage a full cycle of Amplify projects? ### Use Case We develop Amplify projects. Repo setup, upgrades and adding resources, especially lambda functions is...
Interesting project. The delete wasn't working when I tried it. curl -X DELETE ${PATHERY_ENDPOINT}index/book-index-v2-test/doc/7a0866e5-0c9a-4935-bd7f-27d5ea8d53be -H "x-api-key: ${PATHERY_KEY}" {"job_id":"9a40bac7-9218-44b1-8b8a-0a573bad1447"}% Some lambdas had errors, for example indexwriterworker ``` 0: Error { code:...
### What were you searching in the docs? Hi, I wanted to add the resources from Lakechain into my own cdk app and realized the construct relies on custom-compiled middleware....
### How did you install the Amplify CLI? npm ### If applicable, what version of Node.js are you using? v20.9.0 ### Amplify CLI Version 12.10.0 ### What operating system are...
**Describe the bug** I haven't tested it super thoroughly, but I saw Lambda runs till max timeout even thought it couldn't process anything. One example was sending gz files which...
Hi, We're running Node-based backend that is using Spanner database. Application telemetry worked well with Opentelemetry packages, however there is no tracing for Spanner calls. Unlike java client that has...
### Environment information ```plain text latest packages ``` ### Description In gen1 I could do this ``` input UserInput { securityId: ID! docId: someEnum } type Mutation { requestOperation(input: UserInput!):...