Closed arhea closed 4 years ago
Issue #, if available: Similar to #20 as of EOY 2019 Node.js 8 is no longer supported and is deprecated by AWS.
Description of changes:
nodejs12.x
if
else
var aws = require('aws-sdk');
const aws = require('aws-sdk');
var config = new aws.ConfigService();
const config = new aws.ConfigService();
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Looks like it was converted to Python 3 instead 😑
Issue #, if available: Similar to #20 as of EOY 2019 Node.js 8 is no longer supported and is deprecated by AWS.
Description of changes:
nodejs12.x
if
/else
statements more consistentvar aws = require('aws-sdk');
toconst aws = require('aws-sdk');
var config = new aws.ConfigService();
toconst config = new aws.ConfigService();
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.