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: allow configuration of SnapStart in properties of AWS Lambda Fu… #11576

Merged
merged 9 commits into from Dec 16, 2022
Merged

feat: allow configuration of SnapStart in properties of AWS Lambda Fu… #11576

merged 9 commits into from Dec 16, 2022

Commits on Dec 2, 2022

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

Commits on Dec 7, 2022

  1. feat: allow configuration of SnapStart in properties of AWS Lambda Fu…

    …nction
    
    Added example in documentation how to enable SnapStart.
    Make use of specific alias when SnapStart is enabled.
    
    closes issue #11572
    debae committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    4782c4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2f9a9f View commit details
    Browse the repository at this point in the history
  3. feat: allow configuration of SnapStart in properties of AWS Lambda Fu…

    …nction
    
    Simplify snapStart to boolean
    
    closes issue #11572
    debae committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    9c779c9 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/11572-lambda-snapstart-support' …

    …into 11572-lambda-snapstart-support
    debae committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    f914927 View commit details
    Browse the repository at this point in the history
  5. feat: allow configuration of SnapStart in properties of AWS Lambda Fu…

    …nction
    
    Added extra tests to validate SnapStart configuration
    
    closes issue #11572
    debae committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    6d40a8c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. feat: allow configuration of SnapStart in properties of AWS Lambda Fu…

    …nction
    
    Added validation to prevent combination of provisioned concurrency and snapstart
    
    closes issue #11572
    debae committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    3751537 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. feat: allow configuration of SnapStart in properties of AWS Lambda Fu…

    …nction
    
    Simplify configuration of SnapStart
    Make use of runServerless for new testcases
    
    closes issue #11572
    debae committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    f57396e View commit details
    Browse the repository at this point in the history
  2. feat: allow configuration of SnapStart in properties of AWS Lambda Fu…

    …nction
    
    Make correction in documentation
    
    closes issue #11572
    debae committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    f362827 View commit details
    Browse the repository at this point in the history