You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can use ${ssm:} syntax in serverless framework, but I can't find the way to do it with this component.
I found out parameter-store component, but it doesn't work ever.
And you should be able to reference those as ${output:issuer-sms-parameters.dbIssuerKey}
Note I haven't tried the latter part so there might be a syntax discrepancy in it.
Activity
mwawrusch commentedon Nov 23, 2020
I think the idea behind it is to use aws parameter store to get the parameters from SMS into the serverless and reference those:
And you should be able to reference those as ${output:issuer-sms-parameters.dbIssuerKey}
Note I haven't tried the latter part so there might be a syntax discrepancy in it.