2021

Understanding TLS Protocol

This article will help you in understanding TLS Protocol and difference between it’s various versions. What is TLS? Transport Layer Security abbreviated as TLS is a cryptographic protocol designed to provide secure communication between web browsers and servers.TLS is a succesor of Secure Socket Layer (SSL) protocol. Sometimes, TLS is also referred as SSL. The

Understanding TLS Protocol Read More »

Amazon API Gateway 504 : Execution failed due to a network error communicating with endpoint

Amazon API Gateway 504 : Execution failed due to a network error communicating with endpoint could be caused by networking problems with integration. In VPC Link Private Integration and HTTP Integration such errors can be seen. Learn more about vpclinks here : https://cloudnamaste.com/understanding-vpc-links/ Above image created using napkin.ai Read about it here and start using

Amazon API Gateway 504 : Execution failed due to a network error communicating with endpoint Read More »

Amplify Console Build fails with FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed – JavaScript heap out of memory

Amplify console build failure FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed – JavaScript heap out of memory error could occur If application’s node module requires more memory than the default memory limit of node.js At the writing of this article, Default size of container used by Amplify Console for build is approximately 7

Amplify Console Build fails with FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed – JavaScript heap out of memory Read More »

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

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