Closed laardee closed 7 years ago
When writing tests using the serverless mocha plugin, a context object is sometimes needed. For example, context.awsRequestId and context.lambdaName could be passed forward when using CloudWatch logs as an event trigger (see AWS Splunk blueprint).
context.awsRequestId
context.lambdaName
Closes #8
When writing tests using the serverless mocha plugin, a context object is sometimes needed. For example,
context.awsRequestId
andcontext.lambdaName
could be passed forward when using CloudWatch logs as an event trigger (see AWS Splunk blueprint).Closes #8