This package bundles the AWS Lambda context plugin from
@birchill/bugsnag-zero for standalone consumption.
Install alongside the main client package and register it as a Bugsnag zero plugin:
import Bugsnag from '@birchill/bugsnag-zero';
import { lambdaContext } from '@birchill/bugsnag-zero-lambda-context';
Bugsnag.start({ plugins: [lambdaContext(/* ... */)] });