word [REQUIRED]: The word you are defining. Check this URL for all words we currently have.
content [REQUIRED]: The definition. No more than 3 sentences.
learn more URL [REQUIRED]: Page where people can visit to learn more about the word.
tag [REQUIRED, select one]: Tech category the word fits in. Options: compute, security, service, general, analytics, developer tools, web, networking, database, storage, devops, ai/ml, identiy, iot, monitoring.
abbreviation [OPTIONAL]: If the word is commonly abbreviated, please provide it. For example, command line interface is often abbreviated as CLI.
author name [REQUIRED]: Your name.
author link [REQUIRED]: The URL you want your name to link to.
{
"word": "AWS Lambda",
"content": "Lambda is a serverless function that will run when it is triggered by a specifict event. Severless means you don't need to configure a server to run it. You write your code, select a trigger and that's it.",
"learn_more_URL":"https://aws.amazon.com/lambda/",
"tag":"serverless",
"abbreviation": "lambda",
"author_name":"thanh quach",
"author_link": "https://github.com/thanhtheman"
}
Fill out the JSON below with the following.
{ "word": "AWS Lambda", "content": "Lambda is a serverless function that will run when it is triggered by a specifict event. Severless means you don't need to configure a server to run it. You write your code, select a trigger and that's it.", "learn_more_URL":"https://aws.amazon.com/lambda/", "tag":"serverless", "abbreviation": "lambda", "author_name":"thanh quach", "author_link": "https://github.com/thanhtheman" }