Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(lambda): fix typo in lambda builder manifest for queueRegion #2008

Merged
merged 1 commit into from
Nov 3, 2021

Conversation

dphang
Copy link
Collaborator

@dphang dphang commented Nov 3, 2021

No description provided.

@slsnextbot
Copy link
Collaborator

Handler Size Report

No changes to handler sizes.

Base Handler Sizes (kB) (commit fc88482)

{
    "Lambda": {
        "Default Lambda": {
            "Standard": 1498,
            "Minified": 659
        },
        "Image Lambda": {
            "Standard": 1464,
            "Minified": 793
        }
    },
    "Lambda@Edge": {
        "Default Lambda": {
            "Standard": 1508,
            "Minified": 665
        },
        "Default Lambda V2": {
            "Standard": 1500,
            "Minified": 662
        },
        "API Lambda": {
            "Standard": 632,
            "Minified": 318
        },
        "Image Lambda": {
            "Standard": 1472,
            "Minified": 798
        },
        "Regeneration Lambda": {
            "Standard": 1164,
            "Minified": 538
        },
        "Regeneration Lambda V2": {
            "Standard": 1230,
            "Minified": 565
        }
    }
}

New Handler Sizes (kB) (commit 1b7f789)

{
    "Lambda": {
        "Default Lambda": {
            "Standard": 1498,
            "Minified": 659
        },
        "Image Lambda": {
            "Standard": 1464,
            "Minified": 793
        }
    },
    "Lambda@Edge": {
        "Default Lambda": {
            "Standard": 1508,
            "Minified": 665
        },
        "Default Lambda V2": {
            "Standard": 1500,
            "Minified": 662
        },
        "API Lambda": {
            "Standard": 632,
            "Minified": 318
        },
        "Image Lambda": {
            "Standard": 1472,
            "Minified": 798
        },
        "Regeneration Lambda": {
            "Standard": 1164,
            "Minified": 538
        },
        "Regeneration Lambda V2": {
            "Standard": 1230,
            "Minified": 565
        }
    }
}

@codecov
Copy link

codecov bot commented Nov 3, 2021

Codecov Report

Merging #2008 (1b7f789) into master (8f3f187) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2008   +/-   ##
=======================================
  Coverage   83.86%   83.86%           
=======================================
  Files         102      102           
  Lines        3626     3626           
  Branches     1143     1143           
=======================================
  Hits         3041     3041           
  Misses        573      573           
  Partials       12       12           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8f3f187...1b7f789. Read the comment docs.

@dphang dphang merged commit fdfa467 into master Nov 3, 2021
@dphang dphang deleted the dphang/fix-lambda-build branch November 3, 2021 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants