Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Stack Documentation and UX
-
Labels:
-
Story Points:2.5
-
Epic Link:
-
Team:SQuaRE
Description
An *authenticated* user should be able to provision (and likewise, delete) an entire published software documentation project via ltd-keeper’s RESTful API. This includes creating an S3 bucket in SQuaRE’s AWS account and setting up Route 53 DNS. The user should also be able to delete a project. This ticket will add AWS affordances to ltd-keeper. DM-4950 will be responsible for hooking this functionality into the methods that service API calls.
Attachments
Issue Links
- relates to
-
DM-4950 Build MVP of ltd-keeper web app covering ltd-mason interface
- Done
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Description | An **authenticated** should be able to provision (and likewise, delete) an entire published software documentation project via ltd-keeper’s RESTful API. This includes creating an S3 bucket in SQuaRE’s AWS account and setting up Route 53 DNS. The user should also be able to delete a project. |
An **authenticated** user should be able to provision (and likewise, delete) an entire published software documentation project via ltd-keeper’s RESTful API. This includes creating an S3 bucket in SQuaRE’s AWS account and setting up Route 53 DNS. The user should also be able to delete a project. This ticket will add AWS affordances to ltd-keeper. |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Story Points | 0.7 |
Story Points | 0.7 | 1.5 |
Reviewers | Joshua Hoblitt [ jhoblitt ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Story Points | 1.5 | 2.5 |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Could you take a look at how I'm interacting with AWS/boto3 and tell me if I'm doing anything foolish? Also, should I work on mocking the boto3 library to add some level of unit tests?