You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some work was done initially to support templates found in the cdk examples repo, but it proved to be more complex than originally thought.
Some known issues:
templates are nested under [language]. We'd need to have the user select their language.
even more than [language], other groupings exist like: python ecs. We would need to recursively map the directories and gather only templates with a cdk.json. This would also make the current downloadAndExtract implementation pretty complex.
The text was updated successfully, but these errors were encountered:
Some work was done initially to support templates found in the cdk examples repo, but it proved to be more complex than originally thought.
Some known issues:
cdk.json
. This would also make the current downloadAndExtract implementation pretty complex.The text was updated successfully, but these errors were encountered: