Referring to the documentation:
https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html#snapstart-runtimes
You can use SnapStart only on published function versions and aliases that point to versions. You can't use SnapStart on a function's unpublished version ($LATEST).
But Zappa defaults to invoking $LATEST in the API-gateway. Am I missing a setting where it updates this appropriately?
Referring to the documentation:
https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html#snapstart-runtimes
You can use SnapStart only on published function versions and aliases that point to versions. You can't use SnapStart on a function's unpublished version ($LATEST).But Zappa defaults to invoking $LATEST in the API-gateway. Am I missing a setting where it updates this appropriately?