# # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: MIT-0 # import os # printing environment variables as a test to ensure # that the retrieved Secret is stored within the # environment print(os.environ)