This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Description
I have this:
forwarderArn: arn:aws:lambda:us-west-2:${self:custom.awsAccountId.${env:CI_COMMIT_BRANCH}}:function:datadog-forwarder
Works totally fine in one file but if I try to move this to another file and import it using this plugin it does not work
Could not perform GetFunction on arn:aws:lambda:us-west-2:${self:custom.awsAccountId.${env:CI_COMMIT_BRANCH}}:function:datadog-forwarder
The variables are no longer resolved