Blog Post: How to Deploy NestJS to AWS Lambda Using CDK and GitHub Actions#222
Merged
ajeetchaulagain merged 14 commits intomasterfrom Mar 30, 2026
Merged
Conversation
Contributor
Playwright test resultsDetails
Failed testsmobile › visual-regression-dark-theme.spec.ts › Visual Regression - Dark Theme › Blog Listing Page Visual Regression |
… update agent doc
…//github.com/ajeetchaulagain/ajeetchaulagain.com into blog-post-deploy-nestjs-lambda-using-aws-cdk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes several improvements and refinements across the codebase, focusing on UI/UX consistency, component flexibility, and documentation for content automation. The most significant changes are grouped below by theme.
Component and UI Refinements:
InfoCallToActioncomponent to acceptchildren(ReactNode) instead of an HTML string, allowing for more flexible and safer content rendering. The component's styles were also improved for better alignment, accessibility, and responsiveness. [1] [2] [3]theme.colors.primaryText, improving visual consistency. This affects hero titles, descriptions, tag lists, and headings. [1] [2] [3] [4] [5] [6]Content Automation and Documentation:
ai/agents/import-notion-post.md) detailing the process for converting Notion pages into production-ready blog posts, including formatting, image handling, and proofreading rules.Component API and Behavior Updates:
ButtonColortype to only allow'primary', removing the unused'secondary'option for clarity and type safety.AboutJumbotronintro copy to be more concise and engaging.MarkdownRendererto ensure anchor tags use the customAnchorLinkcomponent, improving routing and link handling. [1] [2]SEO and Metadata Enhancements:
SEOcomponent to support an explicittypeprop (e.g.,'website'or'article'), added canonical and favicon links, and improved image selection logic for richer metadata and better social sharing. [1] [2] [3]