

The project will generate models and clients from your api definition in your desired languages, and can be utilised both client side or server side in lambda handlers.

This package vends a projen project type which allows you to define an API using either () or (), and a construct which manages deploying this API in API Gateway, given an integration (eg a lambda) for every operation.

Hence, this post is to help those who are as lost as I was configuring a WAFV2 with an API gateway. Configuring the WAFV2 with an API is pretty straightforward, however, there are little resources available online. After some research I found that many others also faced this issue, mainly because the ‘Classic WAF’ has been depreciated by AWS.ĪWS WAFV2 is the latest version of the AWS WAF API released in November 2019. I ran into an issue where my WebACL would not properly associate to the API. The only quality documentation I could find was from our very own Natalie Laing in this post she wrote back in 2019. I recently had to attach a Web Application Firewall (WAF) regional Access Control List (ACL) to an API gateway created using the Serverless Framework.
