Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: twilio-labs/serverless-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @twilio-labs/[email protected]
Choose a base ref
...
head repository: twilio-labs/serverless-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @twilio-labs/[email protected]
Choose a head ref
  • 8 commits
  • 81 files changed
  • 2 contributors

Commits on May 20, 2021

  1. fix(twilio-run): fix global scope in forked process (#270)

    We were requiring the respective Function file before the global scope was created. If a user was
    referencing a global object such as `Runtime` outside of the `handler` function it would throw an
    UnhandledPromiseException because the Runtime wasn't constructe yet. This change only requires the
    Function right before execution. This will also create more acurate timing results for cold starts.
    During the fix I realized that the Function was also required twice, once by the Server and once by
    the forked process. The server should only require the Function if it's not a forked process.
    dkundel authored May 20, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d705f8e View commit details
  2. Copy the full SHA
    56aa07e View commit details

Commits on May 21, 2021

  1. fix(plugin-serverless): remove default from aliases (#274)

    The recent introduction of alias support in the `plugin-serverless` was causing issues if there was
    a default value as the default value of the alias would override the value explicitly passed into
    the original command. This change removes default and required arguments from aliases and also
    explicitly updates the description.
    
    fix #272
    dkundel authored May 21, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    50a1f76 View commit details
  2. chore(release): publish %s

     - @twilio-labs/[email protected]
    dkundel committed May 21, 2021
    Copy the full SHA
    a5d948e View commit details

Commits on Jun 10, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0dde2a5 View commit details

Commits on Jun 17, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a40291d View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bddad8c View commit details

Commits on Jun 21, 2021

  1. chore(release): publish %s

    dkundel committed Jun 21, 2021
    Copy the full SHA
    20d024d View commit details
Loading