ModusCreateOrg / ModusCreateOrg/capsule
Add RegEx to ensure Project Name is valid for S3 bucket
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 12
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Can somebody please clean up the CloudFormation in this file:
https://github.com/ModusCreateOrg/capsule/blob/master/ci/s3_cloudformation.cf
We need a RegEx adding to ensure the project name is valid for use in an S3 bucket. Currently, there is no validation on the name as per the description:
Description: "Name of the project. TODO: Add validation regex"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open ci/s3_cloudformation.cf and locate the Project Name parameter described as needing a validation regex. Review the CloudFormation parameter definition and the S3 bucket naming requirement, then add validation that rejects unsuitable project names and accepts suitable ones. No test file is mentioned, so verify the template’s parameter validation directly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws
- Domain
- cloud
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100