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

fix: bugs when new deploy #534

Merged
merged 2 commits into from
Feb 19, 2025
Merged

fix: bugs when new deploy #534

merged 2 commits into from
Feb 19, 2025

Conversation

530051970
Copy link
Collaborator

@530051970 530051970 commented Feb 19, 2025

Fixes #

  1. Too many requests error happened in APIGateway deploy
  2. scss file compile error
🤖 AI-Generated PR Description (Powered by Amazon Bedrock)

Description

This pull request modifies the api-stack.ts file in the source/infrastructure/lib/api directory and the CustomerService.scss file in the source/portal/src/pages/customService directory. The changes in api-stack.ts address a bug in the API configuration, ensuring that the API Gateway is properly configured with the necessary resources and permissions. The modifications to CustomerService.scss introduce a new feature that enhances the styling and layout of the customer service page in the portal.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

File Stats Summary

File number involved in this PR: 2, unfold to see the details:

The file changes summary is as follows:

Files
Changes
Change Summary
source/infrastructure/lib/api/api-stack.ts 15 added, 7 removed This code change separates the API Gateway deployment configuration from the API Gateway construction, allowing for more granular control over the deployment process and stage configuration.
source/portal/src/pages/customService/CustomerService.scss 9 added, 8 removed The code changes involve using the Sass color module to adjust colors' lightness instead of using the darken and lighten functions, and importing the color module at the beginning.

@530051970 530051970 requested a review from NingLu February 19, 2025 07:43
@NingLu NingLu merged commit c9c6bc9 into dev Feb 19, 2025
6 checks passed
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.

2 participants