aws-connected-device-framework
aws-connected-device-framework copied to clipboard
CDF Should Create S3 Buckets
Aws Connected Device Framework Affected Module(s):
I'm submitting a ...
- [ ] bug report
- [x] feature request
Description:
CDF uses one or more S3 buckets to deploy assets into. Functionality should be provided to create those buckets for the user.
Current behavior:
Currently, the user needs to create the first bucket themselves.
Expected behavior:
Buckets are created for the user based on configs, just like the Organizational Manager module.
Steps to reproduce:
Additional Information: The code should be written in such a way that it uses a unique identifier for the bucket name. One potential way to handle this would be to hash the account ID against a user-provided salt. Another option would be to check if the bucket name has already been taken to ensure the deployment doesn't fail with a cryptic error.