Skip to content

Update environment variable placement.Β #46

@SyedAbbuTurab

Description

@SyedAbbuTurab

I'm working on a Serverless framework service along with the Yandex cloud platform. I tend to use the environment variables mostly and pass them while deployment. Basically, In the serverless.yml file provider section, we can provide the environment configuration but it's not working. Anyhow, I tried another possible way that is to assign the same environment variable to each function then it's working, It does cost me extra lines of code though!.

provider:
name: yandex-cloud
runtime: nodejs14

stage: ${self:custom.currentStage}
environment:
STAGE: ${opt: stage}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions