Prefinem/lambdify

View on GitHub

Showing 2 of 2 total issues

Function exports has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = () => {
  const response = buildResponse({
    body: undefined,
    headers: {},
    isBase64Encoded: false,
Severity: Minor
Found in src/lib/response.js - About 1 hr to fix

    Function exports has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    module.exports = (event, context) => {
      const data = {};
    
      return Object.freeze({
        get: (name) => data[name],
    Severity: Minor
    Found in src/lib/request.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language