1.0.3 • Published 7 years ago

alai v1.0.3

Weekly downloads
872
License
MIT
Repository
github
Last release
7 years ago

alai, AWS Lambda Account ID

npm license CircleCI

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.

Contributors