Socket
Socket
Sign inDemoInstall

@dvargas92495/aws-clerk

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @dvargas92495/aws-clerk

Prebuilt AWS Clerk Module for Terraform CDK (cdktf)


Version published
Weekly downloads
16
decreased by-27.27%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

aws-clerk

Creates the AWS resources necessary to integrate your AWS website with Clerk.

Features

  • Adds DNS records to AWS to integrate with Clerk

Usage

data "aws_route53_zone" "website" {
  name = "example.com."
}

provider "aws" {
  region = "us-east-1"
}

module "aws_clerk" {
  source  = "dvargas92495/clerk/aws"
  zone_id = data.aws_route53_zone.website.zone_id
  clerk_id = "From /dns page"
}

Inputs

  • zone_id - The AWS Route53 Hosted Zone to add the Clerk DNS configuration to.
  • clerk_id - This value could be found on your Clerk DNS page and is the 12-digit randomized alpha-numeric path in the mail and clk records.

Output

There are no exposed outputs

Keywords

FAQs

Last updated on 02 Aug 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc