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 advanced logging #6282

Merged
merged 6 commits into from
Nov 16, 2023
Merged

Commits on Nov 15, 2023

  1. Add support for Custom Log Group (aws#532)

    * Add support for custom Log group in samcli
    
    * Added more unit test
    
    * Updated pr to use f string
    jonife authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e32d800 View commit details
    Browse the repository at this point in the history
  2. SAM INIT support for Advanced Logging (aws#556)

    * SAM Init support for Advanced Logging
    
    * feature links added
    
    * SAM Init support for Advanced Logging
    
    * change class named from LoggingConfigTemplateModifier to LoggingConfigTemplateModifier
    
    * update file name to match structured_logging_template_modifier
    jonife authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c2fd98d View commit details
    Browse the repository at this point in the history
  3. Sam local Invoke support for Advanced logging (aws#552)

    * Sam local support for Advanced logging
    
    * Sam local support for Advanced logging
    
    * pass AWS_LAMBDA_LOG_FORMAT to runtime
    
    * remove unnecessary if statement
    jonife authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c54eca7 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    0c84d85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f1e914 View commit details
    Browse the repository at this point in the history
  3. Update test_init_command.py

    hawflau authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ed4c7ff View commit details
    Browse the repository at this point in the history