volume_mute
Which feature can a developer enable to create a copy of a function for testing?
publish date: 2024/09/02 06:22:54.987434 UTC
volume_muteCorrect Answer
Versioning
Explanation
You can use versions to manage the deployment of your functions. For example, you can publish a new version of a function for beta testing without affecting users of the stable production version. AWS Lambda creates a new version of your function each time that you publish the function. The new version is a copy of the unpublished version of the function.
Reference
AWS Skill Builder