@nacelle/aws-serverless-utilities
v1.0.2
Published
### How to use
Downloads
6
Maintainers
Keywords
Readme
aws-serverless-utilities
How to use
This package exports each function by name, so you can import in the same way.
Functions
getSSMParameter()
Parameter: String
Returns the specified parameter value wrapped in a promise. Helpful for when you need to access a secret.
Example:
(inside async function)
let value = await getSSMParameter('TrelliumGraphQLEndpoint')