An application you are working on needs to securely store credentials required to connect to a database and a third-party service's API. What service can you use to manage these credentials while enabling access to them from your serverless functions without embedding them directly in the function code?
Instance Metadata Service
Secrets Manager
Lambda environment variables
Service roles