Skip to content

Commit d1312e2

Browse files
committed
Merge branch 'main' of github.com:aws-solutions-library-samples/guidance-for-live-chat-content-moderation-with-genai-on-aws
2 parents e7ba169 + 91a95a4 commit d1312e2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,8 @@ To further enhance your Live Chat Moderation system:
348348

349349
2. Implement User Authentication: Add user authentication to associate messages with verified user accounts.
350350

351+
3. You can improve DDoS attack protection of the solution by using AWS Shield Advanced to enable advanced protection up to the application layer (Layer 7 on OSI network model). Check reference blog https://aws.amazon.com/blogs/security/protect-apis-with-amazon-api-gateway-and-perimeter-protection-services/
352+
351353
## Notices
352354

353355
_Customers are responsible for making their own independent assessment of the information in this Guidance. This Guidance: (a) is for informational purposes only, (b) represents AWS current product offerings and practices, which are subject to change without notice, and (c) does not create any commitments or assurances from AWS and its affiliates, suppliers or licensors. AWS products or services are provided “as is” without warranties, representations, or conditions of any kind, whether express or implied. AWS responsibilities and liabilities to its customers are controlled by AWS agreements, and this Guidance is not part of, nor does it modify, any agreement between AWS and its customers._

backend/cdk/lib/main-stack.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export class MainStack extends cdk.Stack {
2727

2828
public constructor(scope: cdk.App, id: string, props: MainStackProps = {}) {
2929
super(scope, id, props);
30+
this.templateOptions.description = 'Live Chat Content Moderation with generative AI on AWS (SO9005)'
3031

3132
// Database Nested Stack
3233
const database = new Database(this, "Database", {

0 commit comments

Comments
 (0)