aws-amplify / aws-amplify/amplify-cli
Amplify automatically create role and S3 bucket, I hope to set role and bucket manually, Thanks
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 825
- Avg merge
- 11d 23h
- Merged PRs (30d)
- 2
Description
>**Note**: If your feature-request is regarding the AWS Amplify Console service, please log it in the
[official AWS Amplify Console forum](https://forums.aws.amazon.com/forum.jspa?forumID=314&start=0)
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Amplify automatically create role and bucket, I hope to set role and bucket manually;
"awscloudformation": {
"AuthRoleName": "******",
"UnauthRoleArn": "******",
"AuthRoleArn": "******",
"Region": "######",
"DeploymentBucketName": "******",
"UnauthRoleName": "******",
"StackName": "######",
"StackId": "######",
"AmplifyAppId": "######"
}
"******" is created by amplify;
Our project has many branches and apps, we hope that branches and apps share the same role and S3 bucket;
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
I hope there is a way to manually configure these roles and buckets;
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
Contributor guide
Assessment
This issue has not been assessed yet.