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

feat: Application configuration #624

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

maryamkhidir
Copy link
Collaborator

Breaking Changes

To use the project, Coginto user need a Cognito group (for example admin, user). Chatbot design was replaced to use CloudScape design pattern.

New Features

  • Support Amazon Nova LLMs Integration.
  • Add bedrock guardrails to all models in the langchain interface.
  • Add document support to chatbot sessions.
  • Add custom system prompts for non-bedrock models.
  • Add happy path selenium tests.
  • Update chatbot to use latest cloudscape components.
  • Create configurable applications with frontend implementation.

Fixes & Improvements

  • Bug fixes:
    • Fixed video understanding input.
    • Fixed integration tests following appsec findings.
    • Fixed input validation & presign URL role verification.
    • Fixed federation + application update.
    • Fixed RSS Feed, Application validation, RDS permissions.
    • Fixed semantic search validation.
    • Fixed import and unit test snapshots.
  • Security improvements:
    • Disabled Appsync introspection.
    • Updated security documentation.
  • Access control improvements:
    • Added access control to APIs.
    • Added unauthorized unit tests.
    • Implemented sendQuery access control.
    • Added role API.
    • Hide application attributes for non-admin users.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@charles-marion charles-marion changed the title ### Breaking Changes feat: Application confguration Jan 22, 2025
@charles-marion charles-marion changed the title feat: Application confguration feat: Application configuration Jan 22, 2025
@maryamkhidir maryamkhidir force-pushed the release/feature-app branch 4 times, most recently from 035dad7 to 23d2191 Compare January 22, 2025 17:10
To use the project, Cognito user need a Cognito group (for example admin, user).
Chatbot design was replaced to use CloudScape design pattern.

- Support Amazon Nova LLMs Integration.
- Add bedrock guardrails to all models in the langchain interface.
- Add document support to chatbot sessions.
- Add custom system prompts for non-bedrock models.
- Add happy path selenium tests.
- Update chatbot to use latest cloudscape components.
- Create configurable applications with frontend implementation.

- Bug fixes:
	- Fixed video understanding input.
	- Fixed integration tests following appsec findings.
	- Fixed input validation & presign URL role verification.
	- Fixed federation + application update.
	- Fixed RSS Feed, Application validation, RDS permissions.
	- Fixed semantic search validation.
	- Fixed import and unit test snapshots.
- Security improvements:
	- Disabled Appsync introspection.
	- Updated security documentation.
- Access control improvements:
	- Added access control to APIs.
	- Added unauthorized unit tests.
	- Implemented sendQuery access control.
	- Added role API.
	- Hide application attributes for non-admin users.

Co-authored-by: Nikolai Grinko <[email protected]>
Co-authored-by: Charles Marion <[email protected]>
Copy link
Collaborator

@charles-marion charles-marion left a comment

Choose a reason for hiding this comment

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

Approved. All integration tests are passing.

@maryamkhidir maryamkhidir merged commit 7f6fa79 into aws-samples:main Jan 23, 2025
1 check passed
@maryamkhidir maryamkhidir self-assigned this Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants