learntocloud / define-the-cloud

API that serves LTC cloud dictionary
https://definethecloud.guide
MIT License
28 stars 8 forks source link

Submit a Cloud Definition #50

Closed thanhtheman closed 1 year ago

thanhtheman commented 1 year ago

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" }

madebygps commented 1 year ago

Added, thank you for the contribution :)