Skip to content

Management of secrets in this component #40

Open
@harleyguru

Description

@harleyguru

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.

Activity

mwawrusch

mwawrusch commented on Nov 23, 2020

@mwawrusch

I think the idea behind it is to use aws parameter store to get the parameters from SMS into the serverless and reference those:

component: aws-parameter-store
org: XXXX
app: YYYYYY
name: issuer-sms-parameters
stage: prod

inputs:
  parameters:
    - name: dbIssuerKey
      path: /prod/faunadb/issuer/key

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Management of secrets in this component · Issue #40 · serverless-components/aws-lambda