Socket
Book a DemoInstallSign in
Socket

aws-async-route53

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-async-route53

async wrapper for aws-sdk Route53 API

0.0.2
latest
Source
npmnpm
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Async wrapper for AWS SDK Route53 API.

Route53 Usage

const AWS = require("aws-sdk");
const {Route53} = require("aws-async-route53");
const route53 = new Route53(AWS);

async function listHostedZones() {
    for await (const zone of route53.listHostedZones()) {
        console.log(zone.Id, zone.Name);
    }
}

FAQs

Package last updated on 11 Oct 2021

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.