Installing the AWS WAF mobile SDK
This section provides instructions for installing the AWS WAF mobile SDK.
For access to the mobile SDKs, contact support at Contact AWS
Implement the mobile SDK first in a test environment, then in production.
To install the AWS WAF mobile SDK
Sign in to the AWS Management Console and open the AWS WAF console at https://console.aws.amazon.com/wafv2/
. -
In the navigation pane, choose Application integration.
-
In the Intelligent threat integrations tab, do the following:
In the pane Web ACLs that are enabled for application integration, locate the web ACL that you're integrating with. Copy and save the web ACL integration URL for use in your implementation. You can also obtain this URL through the API call
GetWebACL
.Choose the mobile device type and version, then choose Download. You can choose any version you like, but we recommend using the latest version. AWS WAF downloads the
zip
file for your device to your standard download location.
-
In your app development environment, unzip the file to a work location of your choice. In the top-level directory of the zip file, locate and open the
README
. Follow the instructions in theREADME
file to install the AWS WAF mobile SDK for use in your mobile app code. -
Program your app according to the guidance in the following sections.