When uploading certificates to use for CloudFront, they must be pre-pended with "/cloudfront/" in order for them to become usable by the distribution. If this is not done, they will get uploaded via IAM, but will not show up.
Replacing:
Path="/letsencrypt_lambda/",
With
Path="/cloudfront/letsencrypt_lambda/",
Reference: https://github.com/ubergeek42/lambda-letsencrypt/blob/master/lambda_function.py#L203
When uploading certificates to use for CloudFront, they must be pre-pended with "/cloudfront/" in order for them to become usable by the distribution. If this is not done, they will get uploaded via IAM, but will not show up.
Replacing:
Path="/letsencrypt_lambda/",With
Path="/cloudfront/letsencrypt_lambda/",Reference: https://github.com/ubergeek42/lambda-letsencrypt/blob/master/lambda_function.py#L203