serverless-appsync-plugin
serverless-appsync-plugin copied to clipboard
Plugin should resolve variables and pseudo parameters
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.