New to arduino! Need help using a 3x4 keypad as a switchpad

I have this idea to use a 3x4 keypad as a switch for some off road led lights. I have a 8 channel relay that I am wanting to use. Is this even possible? Any help would be appreciated.
Thanks,
zBattiest

Yes
Google Arduino keypad, Arduino relay

Thanks LarryD! Now that I know my idea wasn't so far-fetched where do I start I have the Arduino uno, relays, the keypad, and the lights?

Write down everything you what do and the order you want things to happen.
If you need to learn about programming the Arduino, go through the basic examples that come with the Arduino IDE.
Determine how you want things wired.
If you don't have a bread board, buy one.
Connect the different parts of your circuit on the bread board, write code to operate things the way you need.
Wire your final circuit up, prove your code works with your wiring.
Enjoy.

Thanks for all the help! Now comes the hard part lol

Now comes the fun part.