Jeff Registre
Jeff Registre
On the `extend` keyword, I believe it's for people who define their schemas using SDL to be able to split the definition of a type or interface across multiple files....
@cyberhck I think we might be talking about two different things here. `extend` has been a part of the [graphql spec](https://spec.graphql.org/June2018/#ObjectTypeExtension) for a while now; not a part of the...
FWIW: I noticed I couldn't import the .wasm file in TS so I changed to a javascript file and memory is still undefined. I actually get a warning ```js "export...
Hey @fspreiss I ended up using [wasm-tool/rollup-plugin-rust](https://github.com/wasm-tool/rollup-plugin-rust). And in my `rollup.config.js` ```js import rust from "@wasm-tool/rollup-plugin-rust"; ... export default { input: "src/main.ts", output: { ... }, plugins: [ rust({ verbose:...
Any thoughts on transferring the https://github.com/ramn/metrics_cloudwatch repo to this org.
What else does this PR need to be merged?
Here are the PRs to address this: - https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-kendra/pull/106 - https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-kendra/pull/109 Once these have finished deployment, I'll follow up on this issue.
See DataSource: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-datasource.html and FAQ: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-faq.html Both now include `LanguageCode`.