Skip to content

Support for serverless v3 #51

@pokryfka

Description

@pokryfka

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
  1. Outputs are not exported, for example:
  - Outputs:
      AwsRegion:
        Value: ${self:custom.region} # NOT exported
  1. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions