What is AWS Lambda?

AWS – Introduction [Serverless Framework] The Serverless Framework helps you develop and deploy your AWS Lambda functions, along with the AWS infrastructure resources they require.

API Keys

Cloud Endpoints Endpoints is an API management system that helps you secure, monitor, analyze, and set quotas on your APIs using the same infrastructure Google

Webpack Basic -03

1.package.json { “name”: “webpack”, “version”: “1.0.0”, “description”: “”, “main”: “index.js”, “scripts”: { “builds”: “node build.js” }, “dependencies”: { “cowsay”: “^1.4.0” }, “devDependencies”: { “@babel/core”: “^7.4.4”,

React Native – Gradle Issue Fix

Old Configuration : path: “android\gradle\wrapper\gradle-wrapper.properties” distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists android\build.gradle dependencies { classpath(“com.android.tools.build:gradle:3.5.3″) } New Configuration : path : “android\gradle\wrapper\gradle-wrapper.properties” distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip zipStoreBase=GRADLE_USER_HOME