Skip to content

Commit

Permalink
docs(README): update links to v2, add deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed May 8, 2024
1 parent d53993f commit caa5cfa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Fingerprint Pro CloudFront Integration is responsible for

This [improves](https://dev.fingerprint.com/docs/cloudfront-proxy-integration#the-benefits-of-using-the-cloudfront-integration) both accuracy and reliability of visitor identification and bot detection on your site.

> [!IMPORTANT]
> Cloudfront integration v1 has been [deprecated](https://dev.fingerprint.com/docs/cloudfront-proxy-integration).
> This repository now contains the source code for [CloudFront Integration v2](https://dev.fingerprint.com/docs/cloudfront-proxy-integration-v2).
> If you are currently using v1, see our guide for [Migrating CloudFront proxy integration from v1 to v2](https://dev.fingerprint.com/docs/cloudfront-integration-migration-from-v1-to-v2).
## Requirements

- AWS Account
Expand All @@ -38,10 +43,10 @@ This [improves](https://dev.fingerprint.com/docs/cloudfront-proxy-integration#th

To set up CloudFront integration, you need to:

1. Create the required resources in your AWS infrastructure — a secret stored in the Secrets Manager, a CloudFormation stack, and a CloudFront distribution.
1. Create the required resources in your AWS infrastructure — a CloudFormation stack and a CloudFront distribution.
2. Configure the Fingerprint Pro JS Agent on your site to communicate with your created Lambda@Edge function using the [scriptUrlPattern](https://dev.fingerprint.com/docs/js-agent#scripturlpattern) and [endpoint](https://dev.fingerprint.com/docs/js-agent#endpoint) parameters.

See [CloudFront Proxy Integration guide](https://dev.fingerprint.com/docs/cloudfront-proxy-integration) in our documentation for step-by-step instructions. If you have any questions, reach out to our [support team](https://fingerprint.com/support/).
See [CloudFront Proxy Integration guide](https://dev.fingerprint.com/docs/cloudfront-proxy-integration-v2) in our documentation for step-by-step instructions. If you have any questions, reach out to our [support team](https://fingerprint.com/support/).

## License

Expand Down

0 comments on commit caa5cfa

Please sign in to comment.