Hey <@U01JVDKASAC> Is anyone working on <https://g...
# sst
g
f
Hey @geekmidas, it’s not being worked on right now.
I just updated the issue to add more details to it. I hope it helps shape what the construct will look like.
g
I was about to ask for that. Thanks @Frank
f
Currently, there has been some confusion around when someone should use the
Auth
construct. We wanted to name this construct
UserPoolAuth
so we will be able to tell ppl “Hey if you want to protect ur API with IAM, use `Auth`; and if you want to project ur API with User Pool JWT, use
UserPoolAuth
.”
And in general we recommend the former, hence we name it
Auth
, short and clean, ppl would naturally consider it before
UserPoolAuth
.
At least that’s the intention behind it lol
g
Haha I see. Cool. I will let you know how it goes.