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!!
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!!
You should take a look at the API documentation for Amazon as well as the Java client docs. GetParametersRequest
is probably what you want.