0

In AWS API Gateway / HTTP API (not REST API), I've set a stage variable. Is there a way to get the value of that variable in a Lambda function that's called through that API?

Lovro
  • 712
  • 1
  • 10
  • 20

1 Answers1

1

According to the doc, you can get stage via requestContext -> stage.

jellycsc
  • 10,904
  • 2
  • 15
  • 32