-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Description
This is a Bug Report
Description
Currently it is not possible to use api keys from SSM. Normally this syntax works for lambdas
apiKeys:
- name: myApiKey
value: ${ssm:/apiKey}
But when we use it for step functions the following error is thrown
API Keys must be strings
It would be nice to add support for ssm keys since they are preserved after stack removals so no need to update the keys in the client when the stack is fully restarted
sylvainlegault and jeremyputeaux
Metadata
Metadata
Assignees
Labels
No labels