Skip to content

Associate a regional WAF with the AWS API Gateway used by your Serverless stack.

License

Notifications You must be signed in to change notification settings

vasudevan-palani/serverless-associate-waf

 
 

Repository files navigation

serverless-associate-waf

Build Status Coverage Status

Associate a regional WAF with the AWS API Gateway used by your Serverless stack.

Install

npm install serverless-associate-waf --save-dev

Configuration

Add the plugin to your serverless.yml:

plugins:
  - serverless-associate-waf

Associating a Regional WAF with the API Gateway

Add your custom configuration:

custom:
  associateWaf:
    name: myRegionalWaf
Property Required Type Default Description
name true string The name of the regional WAF to associate the API Gateway with

Disassociating a Regional WAF from the API Gateway

Remove the associateWaf element from your custom configurtation and deploy the application. The plugin must stay in the plugins list of serverless.yml in order for the WAF to be disassociated.

Usage

Configuration of your serverless.yml is all you need.

There are no custom commands, just run: sls deploy

About

Associate a regional WAF with the AWS API Gateway used by your Serverless stack.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%