Skip to content

Custom Bucket Configuration SourceArn  #6569

Description

@ebisbe

This is a Bug Report

Description

"SourceArn": {
           "Fn::Join": [
                  "-",
                  [
                    "s3test",
                    "dev",
                    "datalake"
                  ]
                ]
        },

Now returns a merge:

"SourceArn": {
          "Fn::Join": [
            "",
            [
              "arn:aws:s3:::",
              {
                "Ref": "AWS::Partition",
                "Fn::Join": [
                  "-",
                  [
                    "s3test",
                    "dev",
                    "datalake"
                  ]
                ]
              },
              ":s3:::datalake"
            ]
          ]
        },

Additional Data

If already made a Fork and I have a possible fix with tests.

  • Serverless Framework Version you're using:
  • Operating System:
  • Stack Trace:
  • Provider Error messages:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions