zappa certify
Calling certify for stage dev..
Are you sure you want to certify? [y/n] y
Certifying domain premiumstayph.com..
Created a new domain name with supplied certificate. Please note that it can take up to 40 minutes for this domain to be created and propagated through AWS, but it requires no further work on your part.
Certificate updated!
Context
I read the issues about certify 403 forbidden errors and it leads me to the api mappings under api-gateway/custom domain names and zappa certify already did that for me.
But still when I look into the cloudfront given by the API it is 403 forbidden error.
Python 3.12 with virtual environment
Expected Behavior
cloudfront example2323.cloudfront.net should work
Actual Behavior
example2323.cloudfront.ne 403 : forbidden error
Possible Fix
Steps to Reproduce
domain from godaddy
request and verify certificate to ACM (created in us-east-1 / N virginia).
add "route53_enabled" : false, certificate_arn, domain in zappa_settings.json
zappa certify -> OK RUN WITHOUT ERRORS
Your Environment
Zappa version used: 0.59.0
Operating System and Python version: Windows
The output of pip freeze:
Link to your project (optional):
Your zappa_settings.json:
"route53_enabled" : false, certificate_arn, domain in zappa_settings.json
Zappa certify works
Context
I read the issues about certify 403 forbidden errors and it leads me to the api mappings under api-gateway/custom domain names and zappa certify already did that for me.
But still when I look into the cloudfront given by the API it is 403 forbidden error.
Python 3.12 with virtual environment
Expected Behavior
cloudfront
example2323.cloudfront.net
should workActual Behavior
example2323.cloudfront.ne
403 : forbidden errorPossible Fix
Steps to Reproduce
zappa_settings.json
Your Environment
pip freeze
:zappa_settings.json
: "route53_enabled" : false, certificate_arn, domain inzappa_settings.json