Socket
Socket
Sign inDemoInstall

@aws-sdk/credential-provider-env

Package Overview
Dependencies
Maintainers
5
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/credential-provider-env

AWS credential provider that sources credentials from known environment variables


Version published
Weekly downloads
19M
increased by4.34%
Maintainers
5
Weekly downloads
 
Created

Package description

What is @aws-sdk/credential-provider-env?

The @aws-sdk/credential-provider-env package is designed to provide AWS credentials from environment variables to applications. It is part of the AWS SDK for JavaScript (v3), which is a modular collection of software for interfacing with AWS services. This package specifically helps in retrieving AWS credentials set in the environment variables, making it easier to manage credentials in a secure and scalable way, especially in containerized or serverless environments where direct file access might be limited.

What are @aws-sdk/credential-provider-env's main functionalities?

Retrieving AWS credentials from environment variables

This feature allows the application to automatically load AWS credentials (such as AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and optionally AWS_SESSION_TOKEN) from the environment variables. It is particularly useful in automated environments like CI/CD pipelines or when deploying to AWS services like AWS Lambda or ECS, where you can set environment variables securely.

const { fromEnv } = require('@aws-sdk/credential-provider-env');

const credentials = fromEnv();
// Use the credentials with an AWS SDK client

Other packages similar to @aws-sdk/credential-provider-env

Changelog

Source

3.296.0 (2023-03-21)

Bug Fixes

  • scripts: prettify package.json when updating version numbers (#4552) (4d47810)
  • scripts: use json-stringify as parser for package.json (#4559) (69f53ce)

Features

  • client-chime-sdk-messaging: Amazon Chime SDK messaging customers can now manage streaming configuration for messaging data for archival and analysis. (edee457)
  • client-cleanrooms: GA Release of AWS Clean Rooms, Added Tagging Functionality (b310676)
  • client-ec2: This release adds support for AWS Network Firewall, AWS PrivateLink, and Gateway Load Balancers to Amazon VPC Reachability Analyzer, and it makes the path destination optional as long as a destination address in the filter at source is provided. (eb6d517)
  • client-iotsitewise: Provide support for tagging of data streams and enabling tag based authorization for property alias (0a085f6)
  • client-mgn: This release introduces the Import and export feature and expansion of the post-launch actions (20befeb)
  • clients: update client endpoints as of 2023-03-21 (9cf1810)
  • node-http-handler: implement connections pool and manager interfaces (#4508) (86a6046)

Readme

Source

@aws-sdk/credential-provider-env

NPM version NPM downloads

An internal package

Usage

You probably shouldn't, at least directly. Please use @aws-sdk/credential-providers instead.

Keywords

FAQs

Package last updated on 21 Mar 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc