Skip to content

update#3

Merged
yoonian merged 5 commits intohugo-pagefrom
master
Sep 5, 2025
Merged

update#3
yoonian merged 5 commits intohugo-pagefrom
master

Conversation

@yoonian
Copy link
Copy Markdown
Contributor

@yoonian yoonian commented Sep 5, 2025

No description provided.

@amazon-q-developer
Copy link
Copy Markdown

Code review in progress. Analyzing for code quality issues and best practices. Detailed findings will be posted upon completion.

Using Amazon Q Developer for GitHub

Amazon Q Developer1 is an AI-powered assistant that integrates directly into your GitHub workflow, enhancing your development process with intelligent features for code development, review, and transformation.

Slash Commands

Command Description
/q <message> Chat with the agent to ask questions or request revisions
/q review Requests an Amazon Q powered code review
/q help Displays usage information

Features

Agentic Chat
Enables interactive conversation with Amazon Q to ask questions about the pull request or request specific revisions. Use /q <message> in comment threads or the review body to engage with the agent directly.

Code Review
Analyzes pull requests for code quality, potential issues, and security concerns. Provides feedback and suggested fixes. Automatically triggered on new or reopened PRs (can be disabled for AWS registered installations), or manually with /q review slash command in a comment.

Customization

You can create project-specific rules for Amazon Q Developer to follow:

  1. Create a .amazonq/rules folder in your project root.
  2. Add Markdown files in this folder to define rules (e.g., cdk-rules.md).
  3. Write detailed prompts in these files, such as coding standards or best practices.
  4. Amazon Q Developer will automatically use these rules when generating code or providing assistance.

Example rule:

All Amazon S3 buckets must have encryption enabled, enforce SSL, and block public access.
All Amazon DynamoDB Streams tables must have encryption enabled.
All Amazon SNS topics must have encryption enabled and enforce SSL.
All Amazon SNS queues must enforce SSL.

Feedback

To provide feedback on Amazon Q Developer, create an issue in the Amazon Q Developer public repository.

For more detailed information, visit the Amazon Q for GitHub documentation.

Footnotes

  1. Amazon Q Developer uses generative AI. You may need to verify generated code before using it in your environment. See the AWS Responsible AI Policy.

Copy link
Copy Markdown

@amazon-q-developer amazon-q-developer bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for updating the documentation with the new meetup information. The changes look good overall, with a few minor suggestions for improvement:

  1. Consider standardizing the format of meetup entries in the README.md for better maintainability
  2. Review the use of newline characters in Hugo front matter descriptions
  3. Consider using YAML block scalar style for multiline content in the Hugo front matter

The organization of content and the addition of new meetup information is well-structured. The PDF decks are properly added to the repository, which is great for future reference.

+++
title = "2025년 04월 02일 소모임"
date = "2025-04-02"
description = "대화형 쿠버네티스: LLM 기반 K8s 운영 기술의 진화와 가능성 - 임지훈(GS Neotek)\n\nAWS Ambassador Partner & Community Builder), EKS hybrid-node 이렇게 하면 망한다 - 이재영(무신사)"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description field contains an escaped newline character (\n\n) which might not render as expected. Consider using YAML's block scalar style for multiline descriptions.

Comment thread README.md

`AWSKRUG 컨테이너 소모임`은 컨테이너를 다루고 운영하는 기술에 대해서 함께 토론하고 공유하는 소모임입니다.

## [제32회 모임 (2025/09/04)](https://www.meetup.com/awskrug/events/310351943/)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider adding a consistent format for meetup entries to improve readability and maintainability. A template structure would help standardize the documentation.

@yoonian yoonian merged commit d19bf03 into hugo-page Sep 5, 2025
3 checks passed
yoonian added a commit that referenced this pull request Feb 7, 2026
Updated link format for EKS Deep Dive #3 in README.
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.

3 participants