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

Support pickable S3 bucket for user files #5

Closed adrianhall closed 5 years ago

adrianhall commented 5 years ago

Right now, the "first non-deployment" S3 bucket is chosen for user files. This is completely random. Allow the dev to specify an S3 bucket, or "disabled" (don't include S3 buckets in the config), and default to the first one listed to preserve backwards compatibility.

adrianhall commented 5 years ago

Fixed by PR #12