KKkiran kasainkirankasa.hashnode.dev·Sep 18, 2023 · 1 min readRetrieve RDS endpoint details in PythonIn this blog, we are going to see how to retrieve RDS endpoint details by using a database identifier. We will use the boto3 library to call the RDS API and fetch the database details. Create RDS boto3 client We need to import the boto3 library and t...00
KKkiran kasainkirankasa.hashnode.dev·Sep 7, 2023 · 1 min readRetrieving environment variables in JavaThis section will demonstrate how to retrieve environment variables in Java. The Java library has a built-in class System that can be used to retrieve variables. Retrieving a single environment variable To retrieve the value of a specific environment...00