Skip to content

Getting [Object object] when trying to export function ARN #49

@ezmiller

Description

@ezmiller

I am trying to export a function ARN that is defined in an environment variable on the provider environment:

provider:
  ...
  environment:
    BUILD_PRODUCT_FUNCTION_ARN: !GetAtt BuildProductLambdaFunction.Arn

The ARN is set correctly within the deployed environment, but the export .env reads:

BUILD_PRODUCT_FUNCTION_ARN=[object Object]

Is this a bug?

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