We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389c822 commit 496f0acCopy full SHA for 496f0ac
1 file changed
index.js
@@ -23,7 +23,7 @@ class ServerlessPlugin {
23
// See https://www.serverless.com/framework/docs/guides/plugins/custom-variables
24
this.configurationVariablesSources = {
25
'bref-extra': {
26
- async resolve({address, params, resolveConfigurationProperty, options}) {
+ resolve: async ({address, params, resolveConfigurationProperty, options}) => {
27
// `address` and `params` reflect values configured with a variable: ${bref-extra(param1, param2):address}
28
29
// `options` is CLI options
0 commit comments