-1

I want to access some parameter values from the Parameter Store in AWS Systems Manager in an AWS Lambda function written in Java.

Can someone kindly provide me with a suitable example as how to achieve this.

Thanks in Advance!!

Rohit
  • 3
  • 3

1 Answers1

-1

You should take a look at the API documentation for Amazon as well as the Java client docs. GetParametersRequest is probably what you want.

Sam Collins
  • 443
  • 5
  • 13
  • I used the API Documentation but still I was not able to successfully fetch the Parameter Value. – Rohit Apr 12 '18 at 07:16