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

@architect/env

Package Overview
Dependencies
Maintainers
6
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/env

Manage your Architect app's environment variables

  • 4.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

@architect/env GitHub CI status

@architect/env reads and writes environment variables that are made immediately available to all deployed Functions. Use this tool to ensure your team and your application's deployment targets are in sync with sensitive configuration data (such as API keys) that needs to exist outside of your codebase.

Installation

npm install @architect/env

Use of AWS SSM

This modules stores environment variables as AWS SSM Parameters using AWS SSM Parameter Store. Parameters are created such that:

  • Each Parameter's Name stores environment variables in the format ${appname}/${environment}/${variableName}.
  • Each Parameter's Value stores the environment variable value.
  • Each Parameter's Type is set to SecureString.

FAQs

Package last updated on 30 Apr 2024

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