Skip to main content

Create Cron Job Via Lambda, to update certificate and put it to S3 Bucket.

Project description

NPM version PyPI version Release

cdk-certbot-dns-route53

cdk-certbot-dns-route53 is a CDK construct library that allows you to create Certbot Lambda Function on AWS with CDK, and setting schedule cron job to renew certificate to store on S3 Bucket.

# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
import aws_cdk.aws_route53 as r53
import aws_cdk.aws_s3 as s3
import aws_cdk.core as cdk
from cdk_certbot_dns_route53 import CertbotDnsRoute53Job

dev_env = {
    "account": process.env.CDK_DEFAULT_ACCOUNT,
    "region": process.env.CDK_DEFAULT_REGION
}

app = cdk.App()

stack = cdk.Stack(app, "lambda-certbot-dev", env=dev_env)

CertbotDnsRoute53Job(stack, "Demo",
    certbot_options={
        "domain_name": "*.example.com",
        "email": "user@example.com"
    },
    zone=r53.HostedZone.from_hosted_zone_attributes(stack, "myZone",
        zone_name="example.com",
        hosted_zone_id="mockId"
    ),
    destination_bucket=s3.Bucket.from_bucket_name(stack, "myBucket", "mybucket")
)

Example: Invoke Lambda Function log.

Example: Renew certificate to store on S3 Bucket

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdk-certbot-dns-route53-0.3.73.tar.gz (31.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cdk_certbot_dns_route53-0.3.73-py3-none-any.whl (30.7 kB view details)

Uploaded Python 3

File details

Details for the file cdk-certbot-dns-route53-0.3.73.tar.gz.

File metadata

  • Download URL: cdk-certbot-dns-route53-0.3.73.tar.gz
  • Upload date:
  • Size: 31.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.7.10

File hashes

Hashes for cdk-certbot-dns-route53-0.3.73.tar.gz
Algorithm Hash digest
SHA256 ac70b45705fb7936fbe0c111c6cd24a980f2c0d2729b2d7e092faef84654a2f1
MD5 dfd80685fc5fbe1f38cde28c2a4ace0c
BLAKE2b-256 e7101f928164799eb1810d04903bb1ef451e9e34b7d4c0f0d571512590fc6023

See more details on using hashes here.

File details

Details for the file cdk_certbot_dns_route53-0.3.73-py3-none-any.whl.

File metadata

  • Download URL: cdk_certbot_dns_route53-0.3.73-py3-none-any.whl
  • Upload date:
  • Size: 30.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.7.10

File hashes

Hashes for cdk_certbot_dns_route53-0.3.73-py3-none-any.whl
Algorithm Hash digest
SHA256 9b65b9f6fc3ff2f9fbf0f5e8515d67863a840d9a02fd9b6ad13e78f59881707c
MD5 e893bf0ab97bad40a16f6a07c57fa50d
BLAKE2b-256 bec96c2ee800b429fe9fa5788961d3b9700d09b5cebed88c65e984cf5fb8046c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page