💾 Archived View for gmi.noulin.net › gitRepositories › git-off › file › src › node_modules › aws-sdk… captured on 2023-07-10 at 16:21:02. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

git-off

Log

Files

Refs

README

aws.js (134B)

     1 require('./node_loader');
     2 
     3 var AWS = require('./core');
     4 
     5 // Load all service classes
     6 require('../clients/all');
     7 module.exports = AWS;