X Tutup
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: aws/aws-lambda-nodejs-runtime-interface-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: maxholman/aws-lambda-nodejs-runtime-interface-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 44 files changed
  • 2 contributors

Commits on Jan 8, 2021

  1. Remove native dependencies.

    Use the http module for all the runtime interactions.
    
    Signed-off-by: David Calavera <david.calavera@gmail.com>
    calavera committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    32ae6be View commit details
    Browse the repository at this point in the history
  2. Remove target that's not needed anymore.

    Signed-off-by: David Calavera <david.calavera@gmail.com>
    calavera committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    c353d78 View commit details
    Browse the repository at this point in the history
  3. Avoid double serialization.

    Signed-off-by: David Calavera <david.calavera@gmail.com>
    calavera committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    31b68f1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. feat: ESM Compatibility

    maxholman committed May 13, 2021
    Configuration menu
    Copy the full SHA
    d374f83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from maxholman/esm

    feat: ESM Compatibility
    maxholman authored May 13, 2021
    Configuration menu
    Copy the full SHA
    4dc9501 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'lamedh-dev/remove_native_client' into r…

    …emove-native-client
    
    # Conflicts:
    #	package-lock.json
    #	package.json
    #	src/RuntimeClient/RuntimeClient.ts
    #	test/unit/RuntimeClient/RuntimeClient.test.ts
    #	test/unit/utils/NoOpNativeHttp.ts
    maxholman committed May 13, 2021
    Configuration menu
    Copy the full SHA
    1728f34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef328b5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from maxholman/remove-native-client

    Remove native client
    maxholman authored May 13, 2021
    Configuration menu
    Copy the full SHA
    c05a89a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    2c6f0dc View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Merge branch 'main' of github.com:aws/aws-lambda-nodejs-runtime-inter…

    …face-client into remove-native-client
    
    # Conflicts:
    #	package-lock.json
    #	package.json
    maxholman committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    c8494be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from maxholman/deps

    merge upstream changes
    maxholman authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    e1f92c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    fa4fc20 View commit details
    Browse the repository at this point in the history
  2. chore: ts+esm compat

    maxholman committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    c2805a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5edebba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61afb79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f11f50c View commit details
    Browse the repository at this point in the history
Loading
X Tutup