@shelf/aws-sns-message-attributes

v2.0.0
Transform JSON into AWS SNS message attributes format
aws message attributes sns

lint

eslint . --fix --ext .js,.json,.ts --quiet

test

jest src

build

rm -rf lib/ && yarn build:types && babel src --out-dir lib --ignore '**/*.test.ts' --extensions '.ts'

lint:ci

eslint . --ext .js,.json,.ts --quiet

prepack

yarn build

coverage

jest --coverage

type-check

tsc --noEmit

build:types

tsc --emitDeclarationOnly --declaration --isolatedModules false --declarationDir lib

type-check:watch

npm run type-check -- --watch
npm i @shelf/aws-sns-message-attributes

Metadata

  • MIT
  • >=16
  • Vlad Holubiev
  • released 6/20/2022

Downloads