My problem is that we have 4 applications and they all need a Populate JWT Lambda. The lambdas are excatly the same except for 1 hardcoded guid.
Right now I have copied the lambda into 4 and changed the id in each of them. It's not excatly best practise to have the same code repeated so I was wondering if there is a way to get around this fx by having a generic lamba that I can call from the other 4 lambdas, another solution could be if there is a way to get the application from the lambda (note that we do not use registrations)
M
Latest posts made by mcad-pha
-
Generic Lambda