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

feat(lambda): create a node runtime aspect #29989

Closed
wants to merge 18 commits into from
Closed

Commits on Apr 28, 2024

  1. node runtime aspect

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    4adce98 View commit details
    Browse the repository at this point in the history
  2. docstrings

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3f08182 View commit details
    Browse the repository at this point in the history
  3. cast runtime to strin

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    c437a7e View commit details
    Browse the repository at this point in the history
  4. isNodeRuntimeFamily

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1463f06 View commit details
    Browse the repository at this point in the history
  5. docstring

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    aaf3f5b View commit details
    Browse the repository at this point in the history
  6. more extensibility

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    0e2dc94 View commit details
    Browse the repository at this point in the history
  7. order attributes

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    d5f26d4 View commit details
    Browse the repository at this point in the history
  8. IFunction

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    b86c656 View commit details
    Browse the repository at this point in the history
  9. integ test

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    e17116e View commit details
    Browse the repository at this point in the history
  10. refactor

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    4063d16 View commit details
    Browse the repository at this point in the history
  11. no explicit return

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    b09d3c4 View commit details
    Browse the repository at this point in the history
  12. unused import

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    01f530b View commit details
    Browse the repository at this point in the history
  13. bug fix

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    89a7364 View commit details
    Browse the repository at this point in the history
  14. snaps

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    4404606 View commit details
    Browse the repository at this point in the history
  15. cast runtime property to string

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    217387e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. refactor

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    bc24963 View commit details
    Browse the repository at this point in the history
  2. remove error message

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3ef376c View commit details
    Browse the repository at this point in the history
  3. update to RuntimeAspect

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    bc8a02f View commit details
    Browse the repository at this point in the history