API Gateway_EN– tag –
-
AWS WAF to prevent XSS with CloudFormation
【AWS WAF to prevent XSS with CloudFormation】 AWS WAF allows you to create rules to protect your application from many attacks. This page uses WAF to create rules for XSS (Cross Site Scripting). An XSS (cross-site scripting) attack stat... -
AWS WAF String Inspection – Headers/QueryString/Body/Cookies
【AWS WAF String Inspection - Headers/QueryString/Body/Cookies】 One of the features provided by AWS WAF is string match rule statements. A string match statement indicates the string that you want AWS WAF to search for in a request, whe... -
Storing session data from web apps created with API Gateway and Lambda in DynamoDB
【Storing session data from web apps created with API Gateway and Lambda in DynamoDB】 This is one of the topics of the AWS DBA, which is related to development with AWS services. Think about how to handle session information in web apps... -
Apply WAF Web ACL to API Gateway
【Apply WAF Web ACL to API Gateway】 AWS WAF can be applied to the following four types of resources ALB CloudFront API Gateway AppSync In this article, we will check how to apply WAF to API Gateway. For details on how to apply WAF to AL... -
Create REST API type API Gateway using CFN
【Create REST API type API Gateway using CloudFormation】 The following page covers the HTTP API type API Gateway. https://awstut.com/en/2021/12/11/serverless-apps-using-lambda-and-api-gateway In this article, we will check how to build ... -
Two Authentication Methods for RDS Proxy – Password / IAM
【Two Authentication Methods for RDS Proxy】 The following page shows how to access RDS from Lambda through RDS Proxy. https://awstut.com/en/2022/04/23/connect-to-rds-from-lambda-in-vpc-via-rds-proxy-en In the above page, we chose passwo... -
Connect to RDS from Lambda in VPC via RDS Proxy
【Connect to RDS from Lambda in VPC via RDS Proxy】 Consider a configuration where Lambda is deployed in a VPC and connects to RDS.When accessing RDS from Lambda, it is best practice to connect via RDS Proxy rather than directly. Many ap... -
Serverless App using DynamoDB built with SAM
【Building Serverless Apps using DynamoDB built with SAM】 This course is about deployment, which is one of the topics covered by AWS DVA.Find out how to create a serverless app using AWS SAM (Serverless Application Model). The following... -
Serverless apps using SAM
【Using SAM to create a serverless application with API Gateway and Lambda】 In the following pages, we have covered how to create a serverless app using API Gateway and Lambda, and now we would like to reproduce a similar configuration ... -
Serverless apps using Lambda and API Gateway – HTTP API
【Creating Serverless Application with API Gateway and Lambda】 We will combine two resources to create a simple serverless web application. The first is Lambda. Lambda is a FaaS service provided by AWS. AWS Lambda is a serverless comput...
1