alai
v1.0.3
Published
Parse your AWS AccountID in your AWS Lambda function
Downloads
1,048
Readme
alai, AWS Lambda Account ID
Parse your AWS AccountID in your AWS Lambda function.
module.exports.handler = function(event, context, callback) {
callback(null,
{
accountId: require('alai').parse(context)
}
);
};
License
Feel free to use the code, it's released using the MIT license.