Is there a way to read session tags from within an AWS lambda?

117 Views Asked by At

I have an AWS lambda written in Go which is invoked using:

aws lambda invoke …

I am setting session (sts) tags before invoking the lambda. Is there a way from within the lambda to get the session of the caller and read the tags which were set?

0

There are 0 best solutions below