Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

feat(schema): Support custom resource types #458

Merged
merged 1 commit into from
May 3, 2022

Conversation

jpinkney-aws
Copy link
Contributor

Issue #, if available:
Related issue in aws-toolkit-vscode: aws/aws-toolkit-vscode#1978

Description of changes:
This PR adds in support for custom resources in the format of Custom::MyCustomResourceTypeName as shown in the docs. From what I can tell, the unmarshalling of the Custom resource is already supported on the golang side in https://github.com/awslabs/goformation/blob/master/cloudformation/template.go#L125 so this just changes the JSON schemas.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@rubenfonseca rubenfonseca merged commit 1274ccd into awslabs:master May 3, 2022
@rubenfonseca
Copy link
Contributor

Thank you very much for the help adding custom resources!

@github-actions
Copy link
Contributor

github-actions bot commented May 3, 2022

🎉 This PR is included in version 6.3.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants