Socket
Socket
Sign inDemoInstall

@cloud-technology/aws-credential

Package Overview
Dependencies
214
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cloud-technology/aws-credential

AWS Abstract Authentication Interface for Various Cloud-related Services


Version published
Maintainers
1
Created

Readme

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

Last updated on 14 Mar 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc