serverless-appsync-plugin icon indicating copy to clipboard operation
serverless-appsync-plugin copied to clipboard

Plugin should resolve variables and pseudo parameters

Open majorgilles opened this issue 6 years ago • 0 comments

When using the following config object and plugins:

plugins:
  - serverless-appsync-plugin
  - serverless-pseudo-parameters

config:
          endpoint: ${self:custom.elasticSearch.arn}

the literal string with pseudo parameters is passed to the endpoint property. other plugins resolve such variables correctly.

majorgilles avatar Dec 20 '18 10:12 majorgilles