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

Conversation

@dphang
Copy link
Collaborator

@dphang dphang commented Sep 2, 2021

… long URIs

Fixes: #1616

@slsnextbot
Copy link
Collaborator

Handler Size Report

There are changes to handler sizes. Please review.

Base Handler Sizes (kB) (commit c497013)

{
    "Lambda@Edge": {
        "Default Lambda": {
            "Standard": 1248,
            "Minified": 447
        },
        "API Lambda": {
            "Standard": 99,
            "Minified": 44
        },
        "Image Lambda": {
            "Standard": 914,
            "Minified": 367
        },
        "Regeneration Lambda": {
            "Standard": 642,
            "Minified": 234
        }
    }
}

New Handler Sizes (kB) (commit cb394ed)

{
    "Lambda@Edge": {
        "Default Lambda": {
            "Standard": 1249,
            "Minified": 447
        },
        "API Lambda": {
            "Standard": 99,
            "Minified": 44
        },
        "Image Lambda": {
            "Standard": 914,
            "Minified": 367
        },
        "Regeneration Lambda": {
            "Standard": 642,
            "Minified": 234
        }
    }
}

@codecov
Copy link

codecov bot commented Sep 2, 2021

Codecov Report

Merging #1621 (3e0cc6a) into master (145c16d) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 3e0cc6a differs from pull request most recent head cb394ed. Consider uploading reports for the commit cb394ed to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1621   +/-   ##
=======================================
  Coverage   84.29%   84.30%           
=======================================
  Files          98       98           
  Lines        3439     3440    +1     
  Branches     1020     1020           
=======================================
+ Hits         2899     2900    +1     
  Misses        480      480           
  Partials       60       60           
Impacted Files Coverage Δ
...ambda-at-edge/src/lib/triggerStaticRegeneration.ts 100.00% <100.00%> (ø)

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 145c16d...cb394ed. Read the comment docs.

@dphang dphang merged commit 1b758c8 into master Sep 2, 2021
@delete-merged-branch delete-merged-branch bot deleted the dphang/hash-uri-sqs branch September 2, 2021 06:21
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.

Error on creating message to SQS

3 participants