I am trying to write a simple API's using Amazon AWS API gateway with Lambda integration.
Lambda function to some computation by reading user input and some configuration.
How can I make both API's or lambda functions to use the same configuration without duplicating?
Correct me if i am using API gateway in wrong way.