It is established standards not to put secrets in codebases because of security. Usually the secrets are introduced to
during deployment or code execution. For Serverless Framework, it is no different. To introduce environment variable at deployment through the serverless.yml file,
use the environment key under provider key. …
provider:
name…