-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Has the plugin been tested with serverless v3?
I just updated to serverless v3 and noticed a few issues:
environment values at function level are not exported, for example:
provider:
environment:
TEST1 = 1 # exported
functions:
testFunc:
environment:
TEST2 = 2 # NOT exported
- Outputs are not exported, for example:
- Outputs:
AwsRegion:
Value: ${self:custom.region} # NOT exported
- Resolving of some properties does not work anymore, in my case:
!GetAtt RedisReplicationGroup.PrimaryEndPoint.Address!GetAtt GraphQlApi.GraphQLUrl
stopped working, which is reported as:
Fn::GetAttResolvers not found in params file: RedisReplicationGroup.PrimaryEndPoint.Address
Fn::GetAttResolvers not found in params file: devGraphQlApi.GraphQLUrl
Metadata
Metadata
Assignees
Labels
No labels