amazon-archives / aws-amplify-serverless-plugin

Plugin for the Serverless Framework to output AWS Amplify configuration files.
Apache License 2.0
124 stars 30 forks source link

S3 bucket created in a different stack is ignored #58

Open Laurian opened 4 years ago

Laurian commented 4 years ago

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