Socket
Book a DemoInstallSign in
Socket

@lambda-func/ssm

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lambda-func/ssm

The utils of lambda-func

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

@lambda-func/ssm

https://img.shields.io/npm/v/@lambda-func/ssm

npm i @lambda-func/ssm

This package contains a higher order function to resolve, cache and inject SSM parameters.

Usage

import { ssm } from '@lambda-func/ssm'

export const handler = ssm({
  apiKey: '/dev/api-key',
  another: { name: '/dev/another', decrypt: true }
})(async (_, context) => {
  expect(context.ssm.apiKey).toBeDefined()
})

FAQs

Package last updated on 30 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts