Hey @Abhishek, you could probably use the context object for this purpose. This context object could be passed to the lambda handler to get that data.
For more info, have a look at https://docs.aws.amazon.com/lambda/latest/dg/java-context-object.html
Hope this helps!