Lambda itself is not a design pattern.
The design pattern that we often talk about refers specifically to OOP. The computer itself still solves the calculation problem, but the introduction of objects increases the complexity. In order to reduce the complexity, design patterns are introduced.
Functional programming doesn't have that problem.