I'm trying to retrieve apigateway name in my Lambda code. I'v referred the following document on AWS http://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-mapping-template-reference.html.
I understand that we can retrieve the API ID using the context variable. However I'm interested in retrieving the actual name of the API which was created. Is there any way of getting it?
Thanks in advance.