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

@cloud-technology/aws-credential

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloud-technology/aws-credential

AWS Abstract Authentication Interface for Various Cloud-related Services

  • 0.7.237
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

@cloud-technology/cfn-client

AWS CloudFormation Client

Local Development

The following command will spin up a child-process + event listener; any update to applicable file(s) will automatically recompile and execute.

npm run development

Unit-Testing

In order to successfully, locally unit-test (as a simple and quick proof-of-concept):

/// index.ts 
( async () => await import("./src/index.js").then(async ($) => {
    const service = new $.Service();
    const stacks = await service.stacks();

    console.log(stacks);
}) )();

Usage

/// Get Stack(s)  

import { Service } from "@cloud-technology/cfn-client";

const service = new Service();
await service.stacks();

FAQs

Package last updated on 14 Mar 2022

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