aws-amplify-serverless-plugin icon indicating copy to clipboard operation
aws-amplify-serverless-plugin copied to clipboard

S3 bucket created in a different stack is ignored

Open Laurian opened this issue 6 years ago • 0 comments

I have an S3 bucket created in a different stack, and imported this way:

s3bucket:
  Fn::Join:
    - ""
    - - Fn::ImportValue: ${self:service}-storage-${self:custom.stage}-AttachmentsBucket

It does not get processed into the output file.

I guess this is similar with #52

Laurian avatar Jul 29 '19 20:07 Laurian