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): add instrument handler option to adotInstrumentation to support python lambda functions #26040

Merged
merged 28 commits into from
Jul 10, 2023

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    7ce7dfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b235040 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    402fa5e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

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

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    a67257b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e047016 View commit details
    Browse the repository at this point in the history
  3. fix(lambda) reverting the framework-integ test and creating a new one…

    … in the test directory of aws-lambda in aws-cdk-lib
    randyridgley committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    c915cf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c75478 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    634fd2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c00f9cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7c4ecd View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

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

Commits on Jun 30, 2023

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

Commits on Jul 3, 2023

  1. fix(lambda) add validation for Adot Instrumentation when using Python…

    … SDK EXEC_WRAPPER is using the INSTRUMENT_HANDLER enum value
    randyridgley committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    cd6704e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a619802 View commit details
    Browse the repository at this point in the history
  3. fix(lambda) add validation for Adot Instrumentation when using Python…

    … SDK EXEC_WRAPPER is using the INSTRUMENT_HANDLER enum value
    randyridgley committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    69e5052 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af728fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02d74fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5384f7b View commit details
    Browse the repository at this point in the history
  7. fix(lambda) needed to find the right comparison for PYTHON runtime of…

    … lambda functions when using Adot to force INSTRUMENT_HANDLER or throw error
    randyridgley committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    ee11cec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4fac05a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1e92012 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    60825a8 View commit details
    Browse the repository at this point in the history
  11. fix(lambda) changes to integration tests to match error thrown when u…

    …sing PYTHON and Adot layers. This is a destructive change as it will result in a destroy and recreate, but the side effect is that if anyone is already trying to use Python in Lambda and Adot with any handler that is not INSTRUMENT_HANDLER the layer doesn't work so no one should be impacted by this destructive change
    randyridgley committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    30575ba View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

Commits on Jul 7, 2023

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

Commits on Jul 10, 2023

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