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')