Skip to content

101 AWS CDK#106

Merged
mwarman merged 14 commits intomainfrom
101-aws-cdk
Feb 25, 2026
Merged

101 AWS CDK#106
mwarman merged 14 commits intomainfrom
101-aws-cdk

Conversation

@mwarman
Copy link
Member

@mwarman mwarman commented Feb 25, 2026

📢 Instructions

  • Begin with a DRAFT pull request.
  • Follow italicized instructions to add detail to assist the reviewers.
  • After completing all checklist items, change the pull request to READY.

🔧 Change Summary

Describe the changes included in this pull request. Link to the associated GitHub issue(s).

  • fixes AWS CDK #101
  • Added AWS CDK infrastructure provisioning in the /infrastructure directory.
  • Updated GitHub actions.
  • Added documentation.

📝 Checklist

Pull request authors must complete the following tasks before marking the PR as ready to review.

  • Complete a self-review of changes
  • Unit tests have been created or updated
  • The code is free of [new] lint errors and warnings
  • Update project documentation as needed, README, JSDoc, etc.

🧪 Steps to Test

Describe the process to test the changes in this pull request.

  1. Test modified GitHub Actions workflows.
  2. Test deployment to AWS.
  3. Review updated documentation.

🔗 Additional Information

Optionally, provide additional details, screenshots, or URLs that may assist the reviewer.

  • [...]

- Created CdnStack class for deploying a CDN using CloudFront and S3.
- Implemented unit tests for CdnStack to validate resource creation and configurations.
- Added configuration utilities for managing environment variables and generating resource tags.
- Introduced TypeScript configuration for the infrastructure directory.
- Updated package.json with necessary dependencies for AWS CDK and testing.
- Excluded infrastructure from main project tests to streamline testing process.
@mwarman mwarman self-assigned this Feb 25, 2026
@mwarman mwarman linked an issue Feb 25, 2026 that may be closed by this pull request
@mwarman mwarman marked this pull request as ready for review February 25, 2026 14:27
@mwarman mwarman merged commit acea02d into main Feb 25, 2026
2 checks passed
@mwarman mwarman deleted the 101-aws-cdk branch February 25, 2026 15:10
@mwarman mwarman linked an issue Feb 25, 2026 that may be closed by this pull request
@mwarman mwarman mentioned this pull request Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AWS CDK Documentation

1 participant