Skip to content

antstackio/aws-waf-serverless-services-sam-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

AWS WAF Serverless Services SAM Template

This repository contains an AWS Serverless Application Model (SAM) template demonstrating how to secure serverless applications using AWS Web Application Firewall (WAF) with various AWS services like API Gateway, CloudFront, Cognito, Application Load Balancer, App Runner, and AppSync.

AWS WAF helps protect your serverless applications from common threats like DDoS attacks, SQL injection, and cross-site scripting (XSS). The template includes examples of IP-based rules and custom rules, showing how to effectively limit access and secure your serverless applications.

This Repository is for the blog post - Protecting Serverless Applications with AWS WAF