snap40 / serverless-aws-cdk

Serverless Plugin to enable defining infrastructure with AWS CDK
Apache License 2.0
21 stars 2 forks source link

[Fix] getEnvironment lives inside provider #7

Closed RichardDRJ closed 4 years ago

RichardDRJ commented 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.