serverless frameworkでdotenvを使う

serverless.yml

useDotenv: true

hoge: ${env:環境変数名}/api/v1/fuga

.env

環境変数名="https://example.com"