A development team is looking to update their web application deployed on AWS Lambda and API Gateway. They want to introduce a new feature but aim to reduce the risk of impacting all users at once if unforeseen issues arise. Which deployment strategy should they use to meet this requirement?
Canary deployment strategy
Rolling update strategy
Recreate deployment strategy
Blue/Green deployment strategy