How to override the version of default packages including Amplify CLI in Amplify Console ?

Amplify Console provides a feature called Live package updates. The default package build used by Amplify console comes with preinstalled dependencies. If you configure Live Package Updates It will override the version of the pre-installed dependencies including Amplify CLI and specify either a specific version, or always ensure the latest version is installed. Note: This … Continue reading How to override the version of default packages including Amplify CLI in Amplify Console ?

API Gateway : Error when creating Custom Domain Name : The certificate provided must be issued by ACM and not imported

Amazon API Gateway supports certificate-based mutual Transport Layer Security (TLS) authentication . Mutual TLS authentication requires two-way authentication between the client and the server. When using Custom Domain Names for API Gateway and enabling mutual TLS on custom domain name, There is a restriction as mentioned in AWS Documentation To enable mutual TLS, your domain … Continue reading API Gateway : Error when creating Custom Domain Name : The certificate provided must be issued by ACM and not imported

Amazon API Gateway 504: Execution failed due to a timeout error

As per the documentation, For Rest APIs 29 seconds Integration timeout limit is a hard limit which means it can’t be increased. For HTTP APIs the Integration timeout limit is 30 seconds LAMBDA INTEGRATION Workaround:You can asynchronously Invoke your backend to return a HTTP 202 status code which means that the request has been accepted … Continue reading Amazon API Gateway 504: Execution failed due to a timeout error