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(cli): support hotswapping Lambda function's description and environment variables #21305

Merged
merged 3 commits into from
Aug 8, 2022
Merged

feat(cli): support hotswapping Lambda function's description and environment variables #21305

merged 3 commits into from
Aug 8, 2022

Commits on Jul 31, 2022

  1. feat(cli): support hotswapping Lambda function's description and envi…

    …ronment variables
    
    This change allows Lambda function to be hotswap'ed when there's change
    in the function's description and/or environment variables. These changes
    are categorized as configuration changes and are updated by calling
    `updateFunctionConfiguration`. Since the existing waiter
    "UpdateFunctionCodeToFinish" is now used to wait for both code update
    and configuration update, I renamed it to "UpdateFunctionPropertiesToFinish".
    huyphan committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    c5ebc75 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. chore(cli): add integration test for Lambda function's hotswap feature

    This commit adds a basic integration test for the hotswap feature, for
    the case when the Lambda function's description and environment variables
    have changed.
    huyphan committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    ccefc23 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

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