Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

fix(core): check for 3rd party packages properly when 'dependencies' … #2094

Merged
merged 1 commit into from
Nov 21, 2021

Conversation

dphang
Copy link
Collaborator

@dphang dphang commented Nov 21, 2021

…is not defined. Also check in dev dependencies as well

@slsnextbot
Copy link
Collaborator

Handler Size Report

No changes to handler sizes.

Base Handler Sizes (kB) (commit 187c51d)

{
    "Lambda": {
        "Default Lambda": {
            "Standard": 1524,
            "Minified": 668
        },
        "Image Lambda": {
            "Standard": 1487,
            "Minified": 802
        }
    },
    "Lambda@Edge": {
        "Default Lambda": {
            "Standard": 1534,
            "Minified": 673
        },
        "Default Lambda V2": {
            "Standard": 1526,
            "Minified": 670
        },
        "API Lambda": {
            "Standard": 634,
            "Minified": 318
        },
        "Image Lambda": {
            "Standard": 1495,
            "Minified": 806
        },
        "Regeneration Lambda": {
            "Standard": 1184,
            "Minified": 544
        },
        "Regeneration Lambda V2": {
            "Standard": 1253,
            "Minified": 572
        }
    }
}

New Handler Sizes (kB) (commit 5006439)

{
    "Lambda": {
        "Default Lambda": {
            "Standard": 1524,
            "Minified": 668
        },
        "Image Lambda": {
            "Standard": 1487,
            "Minified": 802
        }
    },
    "Lambda@Edge": {
        "Default Lambda": {
            "Standard": 1534,
            "Minified": 673
        },
        "Default Lambda V2": {
            "Standard": 1526,
            "Minified": 670
        },
        "API Lambda": {
            "Standard": 634,
            "Minified": 318
        },
        "Image Lambda": {
            "Standard": 1495,
            "Minified": 806
        },
        "Regeneration Lambda": {
            "Standard": 1184,
            "Minified": 544
        },
        "Regeneration Lambda V2": {
            "Standard": 1253,
            "Minified": 572
        }
    }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants