aws-samples / alb-sso-mwaa

MIT No Attribution
7 stars 3 forks source link

How to handle deep links? #11

Open scastria opened 11 months ago

scastria commented 11 months ago

I created my own lambda that is linked to an ALB with a vanity URL. The lambda generates a MWAA web token and replies with a redirect to the aws-console-sso with login=true and the token. That works great. However, is there any way to handle deep links? In other words, how can I get a direct link to a specific DAG to work if my lambda has to handle the login first? I tried adding a next query parameter with the final destination deep link, but that didn't work.