Use existing S3 Bucket to deploy app using aws-amplify-alpha #33483
Unanswered
charlesLoder
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Is it possible to deploy a Amplify app using an existing S3 Bucket?
Context
In the Amplify console, I can use an existing S3 Bucket as a source for my app:
In the docs, I see that I can add a branch to deploy S3 assets.
From what I understand, in order to do that, I would have to
aws_s3_assets
to upload the local files to S3amplify.add_branch
.But what I want to do is:
Create a bucket:
And then use that Bucket as the asset for Amplify:
Mimicking the AWS Console.
Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions