10000 GitHub - nak2k/node-arn2url: Convert ARNs to URLs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nak2k/node-arn2url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arn2url

Convert ARNs to URLs.

Installation

npm i arn2url

Usage

const { arn2url } = require('arn2url');

const [err, url] = arn2url('arn:aws:s3:::example-bucket');

// Or

arn2url('arn:aws:s3:::example-bucket', (err, url) => {
  // Do something
});

Related

License

MIT

About

Convert ARNs to URLs

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0