Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup Domain Manager Service #133

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

devin-ai-integration[bot]
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Jun 8, 2024

Provision Subdomain on llavero.cloud via Domain Manager Service

Description:
This pull request implements the Domain Manager service responsible for managing the llavero.cloud domain and creating subdomains as requested by other services. The service is implemented using Yarn workspaces, AWS CDK for infrastructure provisioning, and AWS Lambda functions for handling requests. The codebase is written in TypeScript and located under the apps/service directory.

Changes:

  • Set up the apps/service directory and example-domain subdirectory.
  • Installed AWS CDK globally using Yarn and configured the environment.
  • Added package.json for the apps/service directory with necessary dependencies.
  • Updated the root package.json to include apps/service as a workspace.
  • Created a tsconfig.json file for TypeScript configuration.
  • Verified that dependencies are correctly installed without errors.

Acceptance Criteria:

  1. The llavero.cloud domain is successfully configured in AWS Route 53 using AWS CDK.
  2. The Domain Manager service can receive and process subdomain requests from Domain Requesters.
  3. AWS Lambda functions are correctly implemented to check subdomain availability and provision new subdomains.
  4. The CloudFormation stack is updated to include the new subdomain upon approval.
  5. The example-domain folder in apps/service contains the necessary CDK code to support the new subdomain.

Checklist:

  • Set up the apps/service directory and example-domain subdirectory.
  • Installed AWS CDK globally using Yarn and configured the environment.
  • Added package.json for the apps/service directory with necessary dependencies.
  • Updated the root package.json to include apps/service as a workspace.
  • Created a tsconfig.json file for TypeScript configuration.
  • Verified that dependencies are correctly installed without errors.

Additional Notes:

  • Test the changes in the appropriate environment to ensure functionality.

Note:
This PR was written by Devin-AI.

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants