Closed RichardDRJ closed 4 years ago
Should fix the issue mentioned in #6 - it worked fine for me because the compiled environment.js and environment.d.ts were still hanging around in my workspace, but I moved getEnvironment() to be a method on the AwsCdkProvider class.
environment.js
environment.d.ts
getEnvironment()
AwsCdkProvider
Should fix the issue mentioned in #6 - it worked fine for me because the compiled
environment.js
andenvironment.d.ts
were still hanging around in my workspace, but I movedgetEnvironment()
to be a method on theAwsCdkProvider
class.