Skip to main content

Create Cron Job Via Lmabda, to update certificat 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.1.1.tar.gz (27.1 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.1.1-py3-none-any.whl (26.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: cdk-certbot-dns-route53-0.1.1.tar.gz
  • Upload date:
  • Size: 27.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.3.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.9

File hashes

Hashes for cdk-certbot-dns-route53-0.1.1.tar.gz
Algorithm Hash digest
SHA256 a7ee853fb54c13ff3d8006085244528b4789771142c0207e8eaa71b8609209f1
MD5 0885bba63e46712253ea4de7857e2ba3
BLAKE2b-256 8c3e8b5c25252fed21b9959f7b6a54afb467f277fba1d316f78ecc32cf6f6ad2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cdk_certbot_dns_route53-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 26.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.3.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.9

File hashes

Hashes for cdk_certbot_dns_route53-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4d74a6f931a359f94db4b0d06c9ee2a1c774f4733e18ca6c5dd06c55c47ed69a
MD5 48e7a97bc2931cd2694c734e4f0e0778
BLAKE2b-256 bbcabb4b729986c4cfc19a329e13b4aaf590cd8e0a8cd58b7d4f1b1c7abd3b52

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