Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@apoyo/config-aws

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apoyo/config-aws

app parameters provider from AWS SSM

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Apoyo - Config SSM

npm version

Warning: This package is still unstable! The API may still change!

Installation

Install peer dependencies: npm install @apoyo/std @apoyo/config

Install package: npm install @apoyo/config-aws

Documentation

Get app parameters from SSM using the following exported function:

import { Parameters } from '@apoyo/config'
import { getParametersFromSSM } from '@apoyo/config-aws'

const ssmParams: Parameters = await getParametersFromSSM({
  path: '/projects/my-app/',
  key: 'access key',
  secret: 'secret key'
})

A more complete documentation will be made available once the API has stabilized itself.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Keywords

FAQs

Package last updated on 28 Jan 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc