Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support Document type serialization #429

Conversation

WinterYukky
Copy link
Contributor

Issue #, if available:
AWS::Kendra::DataSource reverted support for TemplateConfiguration. This is because the template present in the TemplateConfiguration was a Document type that was not supported by the cloudformation-cli-java-plugin. It seems that template was implemented as a string type when it was initially implemented, so `callGraphs' type resolution failed. This investigation is the cause I personally discovered in the process of cloning and debugging the source and trying to register and deploy it in the CloudFormation Registry.
aws-cloudformation/aws-cloudformation-resource-providers-kendra#107

Description of changes:
Add support Document type.
I have confirmed that if TemplateConfiguration.Template is implemented by the Document type, it can at least be deployed with CloudFormation Registry.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@himanshs23 himanshs23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other code looks good except for the dependency addition

pom.xml Outdated Show resolved Hide resolved
@SwaySway SwaySway merged commit 53ab291 into aws-cloudformation:master Nov 17, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants