1.0.2 • Published 4 years ago

@nacelle/aws-serverless-utilities v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago