aws-amplify / aws-amplify/amplify-cli
Expose DeploymentBucket in overrides.ts
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 825
- Avg merge
- 11d 23h
- Merged PRs (30d)
- 2
Description
### Is this feature request related to a new or existing Amplify category?
storage, hosting
### Is this related to another service?
S3
### Describe the feature you'd like to request
https://docs.amplify.aws/javascript/tools/cli/project/override-iam/
Per this documentation, it is only possible to override the amplify-generated IAM resources at the project scope. This aligns with the exposed interface in
https://github.com/aws-amplify/amplify-cli/blob/dev/packages/amplify-cli-extensibility-helper/src/types/project/types.ts
It would be really nice to be able to override configuration of the Deployment Bucket using the same mechanism
### Describe the solution you'd like
DeploymentBucket exposed in overrides.ts
### Describe alternatives you've considered
In order to be able to modify the properties of the bucket, we are relying on external modifications outside of amplify
### Additional context
_No response_
### Is this something that you'd be interested in working on?
- [ ] 👋 I may be able to implement this feature request
### Would this feature include a breaking change?
- [ ] ⚠️ This feature might incur a breaking change
Contributor guide
Assessment
This issue has not been assessed yet.