File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2020SUPPORT_LIB_VERSION = "0.1.1"
2121MAIN_HANDLER_FUNCTION = "TypeFunction"
2222REPO_URL = "https://github.com/eduardomourar/cloudformation-cli-typescript-plugin"
23+ REPO_RELEASE_SUFFIX = f"v{ SUPPORT_LIB_VERSION } /cfn-rpdk-{ SUPPORT_LIB_VERSION } .tgz"
2324
2425
2526def validate_no (value ):
@@ -33,7 +34,7 @@ class TypescriptLanguagePlugin(LanguagePlugin):
3334 ENTRY_POINT = "dist/handlers.entrypoint"
3435 TEST_ENTRY_POINT = "dist/handlers.testEntrypoint"
3536 CODE_URI = "./"
36- SUPPORT_LIB_URI = f"{ REPO_URL } /releases/download/v { SUPPORT_LIB_VERSION } /cfn-rpdk- { SUPPORT_LIB_VERSION } .tgz "
37+ SUPPORT_LIB_URI = f"{ REPO_URL } /releases/download/{ REPO_RELEASE_SUFFIX } "
3738
3839 def __init__ (self ):
3940 self .env = self ._setup_jinja_env (
You can’t perform that action at this time.
0 commit comments