Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Created March 23, 2022 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianleroux/752d355202f59a33ad0b98e794661517 to your computer and use it in GitHub Desktop.
Save brianleroux/752d355202f59a33ad0b98e794661517 to your computer and use it in GitHub Desktop.
let aws = require('aws-sdk')
module.exports = {
CloudFormation: aws.CloudFormation,
ApiGatewayV2: aws.ApiGatewayV2,
ACM: aws.ACM,
Route53: aws.Route53,
}
// usage
import aws from './aws.cjs'
let r53 = new aws.Route53()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment