alai

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i alai

Weekly Downloads

130

Version

1.0.3

License

MIT

Last publish

Collaborators

  • sbstjn