aws-cdk-amplify-with-waf
aws-cdk-amplify-with-waf copied to clipboard
enable WAF for Amplify Hosted web applications
Hi, Im facing below error while following steps provided in README. TE_FAILED | AWS::CloudFront::Distribution | rCustomCloudFrontDistribution1provided. C2C48D3 Resource handler returned message: "Invalid request provided: AWS::CloudFront::Distribution: The parameter origin name cannot...
Due to the deprecation of the Lambda version that was previously created internally, the project cannot be used as is. To use it, you need to upgrade the aws-cdk version....
## Issue resolved: #6 ## Description of changes: Improve handling of text with slashes such as "deploy/dev". By submitting this pull request, I confirm that you can use, modify, copy,...
``` cdk deploy CustomAmplifyDistributionStack ``` I tried creating a cloudfront resource in the existing amplify resource using the above command. condition 1. I tried from cloudshell in an account with...
I specified `web_acl_arn`, `app_id` and `branch_name` according to [README](https://github.com/aws-samples/aws-cdk-amplify-with-waf/blob/main/README.md) and then had deployed "CustomAmplifyDistributionStack" using `cdk deploy` after all of steps. See `cdk.json` I modified below ``` "context": { "@aws-cdk/aws-apigateway:usagePlanKeyOrderInsensitiveId":...
Hello, I recently completed the whole procedure for this and I am having a strange issue. I am currently using Supabase Auth with a next-JS project on amplify and after...
Amplify hosting now supports WAF out-of-the-box: https://aws.amazon.com/blogs/mobile/aws-amplify-hosting-adds-web-application-firewall-protection-public-preview/