in custom-resources/lex-slot/index.js [76:82]
getSlotAttrs(CfnResourceProperties, function (err, attrs) {
if (err) {
return next(err)
}
console.log('Replying w/ PhysicalResourceId %s and Attributes: %j', attrs)
reply(null, PhysicalResourceId, attrs)
})