-
-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
awaiting responseContributors are awaiting a response.Contributors are awaiting a response.bugdocumentationstale
Description
Error:
Serverless Plugin Error --------------------------------------
Cannot create property 'DYANMODB_TABLE' on string '${file(./serverless-env.yml):environment}'
configs:
serverless.yml
service: my-service
plugins:
- serverless-dotenv-plugin
provider:
name: aws
runtime: nodejs8.10
environment: ${file(./serverless-env.yml):environment}serverless-env.yml
environment:
SLS_AWS_STAGE: ${env:DYANMODB_TABLE, 'xxvvv'}
No errors when moving environment to outside the provider. Verified that it's working perfectly when it's located outside provider.
oxc and gfpacheco
Metadata
Metadata
Assignees
Labels
awaiting responseContributors are awaiting a response.Contributors are awaiting a response.bugdocumentationstale