{"id":392,"date":"2023-08-05T10:32:33","date_gmt":"2023-08-05T10:32:33","guid":{"rendered":"https:\/\/html5training.in\/blog\/?p=392"},"modified":"2023-08-05T10:33:01","modified_gmt":"2023-08-05T10:33:01","slug":"what-are-the-features-of-aws-lambda","status":"publish","type":"post","link":"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/","title":{"rendered":"What are the Features of AWS Lambda?"},"content":{"rendered":"<p><a href=\"https:\/\/html5training.in\/blog\/wp-content\/uploads\/2023\/08\/What-are-the-Features-of-AWS-Lambda.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-393 size-full\" src=\"https:\/\/html5training.in\/blog\/wp-content\/uploads\/2023\/08\/What-are-the-Features-of-AWS-Lambda.jpg\" alt=\"What are the Features of AWS Lambda\" width=\"800\" height=\"400\" srcset=\"https:\/\/html5training.in\/blog\/wp-content\/uploads\/2023\/08\/What-are-the-Features-of-AWS-Lambda.jpg 800w, https:\/\/html5training.in\/blog\/wp-content\/uploads\/2023\/08\/What-are-the-Features-of-AWS-Lambda-300x150.jpg 300w, https:\/\/html5training.in\/blog\/wp-content\/uploads\/2023\/08\/What-are-the-Features-of-AWS-Lambda-768x384.jpg 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/a><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">AWS Lambda is a computing service that enables you to run code without the need for you to setup or manage servers. Lambda executes your code on a high availability compute infrastructure and manages all compute resource administration, such as server and capacity provisioning and automatic scaling, operating system upkeep, and reporting. All you have to do with Lambda is provide your code in one of the language runtimes supported by Lambda. To know more about AWS Lambda, join <\/span><a href=\"https:\/\/www.fita.in\"><span style=\"font-weight: 400;\">FITA Academy<\/span><\/a><span style=\"font-weight: 400;\">&#8216;s <\/span><a href=\"https:\/\/www.fita.in\/amazon-web-services-training-in-chennai\/\"><span style=\"font-weight: 400;\">AWS Training in Chennai<\/span><\/a><span style=\"font-weight: 400;\">, which will provide you with a diverse skill set and the best Placement Training. This blog will explain What are the Features of AWS Lambda.\u00a0<\/span><\/p>\n<h3 style=\"text-align: justify;\"><b>When to use Lambda?<\/b><\/h3>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Lambda is a compute service for application scenarios that require rapid scaling up and rapid scaling down when not in use. Lambda, for example, can be used for:<\/span><\/p>\n<p style=\"text-align: justify;\"><b>File processing: <\/b><span style=\"font-weight: 400;\">After an upload, use Amazon Simple Storage Service (Amazon S3) to initiate Lambda data processing in real time.<\/span><\/p>\n<p style=\"text-align: justify;\"><b>Stream processing: <\/b><span style=\"font-weight: 400;\">Process real-time streaming data with Lambda and Amazon Kinesis for application activity tracking, clickstream analysis, transaction order processing, data cleansing, log filtering, social media analysis, indexing, Internet of Things (IoT) device data telemetry, and metering.<\/span><\/p>\n<p style=\"text-align: justify;\"><b>Web applications: <\/b><span style=\"font-weight: 400;\">Combining Lambda with other AWS services allows you to create sophisticated web apps that scale up and down automatically and run in a highly available configuration across several data centers.<\/span><\/p>\n<p style=\"text-align: justify;\"><b>IoT backends: <\/b><span style=\"font-weight: 400;\">Create serverless backends for web, mobile, IoT, and third-party API queries with Lambda.<\/span><\/p>\n<p style=\"text-align: justify;\"><b>Mobile backends: <\/b><span style=\"font-weight: 400;\">To authenticate and process API requests, create backends with Lambda and Amazon API Gateway. AWS Amplify makes it simple to combine your iOS, Android, Web, and React Native frontends.<\/span><\/p>\n<h3 style=\"text-align: justify;\"><b>Features of AWS Lambda<\/b><\/h3>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">The following major capabilities assist you in developing scalable, secure, and easily expandable Lambda applications:<\/span><\/p>\n<h4 style=\"text-align: justify;\"><b>Configuring function options<\/b><\/h4>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Use the console or AWS CLI to configure your Lambda function.<\/span><\/p>\n<h4 style=\"text-align: justify;\"><b>Environment variables<\/b><\/h4>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Use environment variables to adjust your functions behavior without updating code.<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Enroll in the <\/span><a href=\"https:\/\/www.fita.in\/aws-training\/\"><span style=\"font-weight: 400;\">AWS Certification Course Online<\/span><\/a><span style=\"font-weight: 400;\">, Which will provide you with more Concepts about Benefits of using AWS Lambda.<\/span><\/p>\n<h4 style=\"text-align: justify;\"><b>Lambda Versions<\/b><\/h4>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Versions allow you to manage your function deployment so that a new function, for example, can be used for beta testing without impacting users of the stable version.<\/span><\/p>\n<h4 style=\"text-align: justify;\"><b>Container images<\/b><\/h4>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Develop a container image for a Lambda function using an AWS provided base image or an alternative base image, allowing you to leverage your existing container tooling or deploy larger workloads with significant dependencies, such as machine learning.<\/span><\/p>\n<h4 style=\"text-align: justify;\"><b>Layers<\/b><\/h4>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Package libraries and other dependencies to reduce deployment archive size and speed up code deployment.<\/span><\/p>\n<h4 style=\"text-align: justify;\"><b>Lambda extensions<\/b><\/h4>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Enhance your Lambda functions with monitoring, observability, security, and governance capabilities.<\/span><\/p>\n<h4 style=\"text-align: justify;\"><b>Function URLs<\/b><\/h4>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Create an HTTP(S) endpoint for your Lambda function.<\/span><\/p>\n<h4 style=\"text-align: justify;\"><b>Response streaming<\/b><\/h4>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Configure your Lambda function URLs to stream Node.js function response payloads back to clients, enhance time to first byte (TTFB) efficiency, or return larger payloads.<\/span><\/p>\n<h4 style=\"text-align: justify;\"><b>Concurrency and scaling controls<\/b><\/h4>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Fine-grained management is used to manage the scale and responsiveness of your production apps.<\/span><\/p>\n<h4 style=\"text-align: justify;\"><b>Database access and proxy<\/b><\/h4>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">To manage a array of database connections and relay queries from a function, create an Amazon RDS Proxy database proxy. Your function can achieve large concurrent levels using a proxy without draining database connections.<\/span><\/p>\n<h4 style=\"text-align: justify;\"><b>File system access<\/b><\/h4>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Configure a function to mount an Amazon Elastic File System (Amazon EFS) to a local directory, allowing your function code to safely and concurrently access and alter shared resources.<\/span><\/p>\n<h4 style=\"text-align: justify;\"><b>Lambda SnapStart for Java<\/b><\/h4>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Improve startup efficiency for Java runtimes by up to 10x at no extra cost, with no changes to your function code in most cases.<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Finally, you enjoyed this blog and now understand everything about AWS Lambda, including What are the Features of AWS Lambda.\u00a0<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">FITA Academy&#8217;s <\/span><a href=\"https:\/\/www.fita.in\/amazon-web-services-training-in-chennai\/\"><span style=\"font-weight: 400;\">AWS Training Institutes In Chennai<\/span><\/a><span style=\"font-weight: 400;\"> can help you develop more skills and aptitude in designing dynamic and interactive web apps.<\/span><\/p>\n<p><strong>Read more: <\/strong><a href=\"https:\/\/www.fita.in\/devops-interview-questions-and-answers\/\">DevOps Interview Questions and Answers<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>AWS Lambda is a computing service that enables you to run code without the need for you to setup or manage servers. Lambda executes your code on a high availability compute infrastructure and manages all compute resource administration, such as &hellip; <a href=\"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/\">Continued<\/a><\/p>\n","protected":false},"author":1,"featured_media":393,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[83],"tags":[85,84,86],"class_list":["post-392","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aws","tag-aws-course","tag-aws-training","tag-aws-training-institute"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What are the Features of AWS Lambda?<\/title>\n<meta name=\"description\" content=\"Here, we will discuss What are the Features of AWS Lambda. This blog gives a better understanding of AWS Lamda.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What are the Features of AWS Lambda?\" \/>\n<meta property=\"og:description\" content=\"Here, we will discuss What are the Features of AWS Lambda. This blog gives a better understanding of AWS Lamda.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/\" \/>\n<meta property=\"og:site_name\" content=\"HTML5 Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-05T10:32:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-05T10:33:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/html5training.in\/blog\/wp-content\/uploads\/2023\/08\/What-are-the-Features-of-AWS-Lambda.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/html5training.in\/blog\/#\/schema\/person\/7eb8d9ec35305b5f2eaaafe1ba331912\"},\"headline\":\"What are the Features of AWS Lambda?\",\"datePublished\":\"2023-08-05T10:32:33+00:00\",\"dateModified\":\"2023-08-05T10:33:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/\"},\"wordCount\":655,\"image\":{\"@id\":\"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/html5training.in\/blog\/wp-content\/uploads\/2023\/08\/What-are-the-Features-of-AWS-Lambda.jpg\",\"keywords\":[\"AWS Course\",\"AWS Training\",\"AWS Training Institute\"],\"articleSection\":[\"AWS\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/\",\"url\":\"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/\",\"name\":\"What are the Features of AWS Lambda?\",\"isPartOf\":{\"@id\":\"https:\/\/html5training.in\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/html5training.in\/blog\/wp-content\/uploads\/2023\/08\/What-are-the-Features-of-AWS-Lambda.jpg\",\"datePublished\":\"2023-08-05T10:32:33+00:00\",\"dateModified\":\"2023-08-05T10:33:01+00:00\",\"author\":{\"@id\":\"https:\/\/html5training.in\/blog\/#\/schema\/person\/7eb8d9ec35305b5f2eaaafe1ba331912\"},\"description\":\"Here, we will discuss What are the Features of AWS Lambda. This blog gives a better understanding of AWS Lamda.\",\"breadcrumb\":{\"@id\":\"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/#primaryimage\",\"url\":\"https:\/\/html5training.in\/blog\/wp-content\/uploads\/2023\/08\/What-are-the-Features-of-AWS-Lambda.jpg\",\"contentUrl\":\"https:\/\/html5training.in\/blog\/wp-content\/uploads\/2023\/08\/What-are-the-Features-of-AWS-Lambda.jpg\",\"width\":800,\"height\":400,\"caption\":\"What are the Features of AWS Lambda\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/html5training.in\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What are the Features of AWS Lambda?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/html5training.in\/blog\/#website\",\"url\":\"https:\/\/html5training.in\/blog\/\",\"name\":\"HTML5 Tutorials\",\"description\":\"Latest Articles on HTML\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/html5training.in\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/html5training.in\/blog\/#\/schema\/person\/7eb8d9ec35305b5f2eaaafe1ba331912\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\/\/html5training.in\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What are the Features of AWS Lambda?","description":"Here, we will discuss What are the Features of AWS Lambda. This blog gives a better understanding of AWS Lamda.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/","og_locale":"en_US","og_type":"article","og_title":"What are the Features of AWS Lambda?","og_description":"Here, we will discuss What are the Features of AWS Lambda. This blog gives a better understanding of AWS Lamda.","og_url":"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/","og_site_name":"HTML5 Tutorials","article_published_time":"2023-08-05T10:32:33+00:00","article_modified_time":"2023-08-05T10:33:01+00:00","og_image":[{"width":800,"height":400,"url":"https:\/\/html5training.in\/blog\/wp-content\/uploads\/2023\/08\/What-are-the-Features-of-AWS-Lambda.jpg","type":"image\/jpeg"}],"author":"admin","twitter_misc":{"Written by":"admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/#article","isPartOf":{"@id":"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/"},"author":{"name":"admin","@id":"https:\/\/html5training.in\/blog\/#\/schema\/person\/7eb8d9ec35305b5f2eaaafe1ba331912"},"headline":"What are the Features of AWS Lambda?","datePublished":"2023-08-05T10:32:33+00:00","dateModified":"2023-08-05T10:33:01+00:00","mainEntityOfPage":{"@id":"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/"},"wordCount":655,"image":{"@id":"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/#primaryimage"},"thumbnailUrl":"https:\/\/html5training.in\/blog\/wp-content\/uploads\/2023\/08\/What-are-the-Features-of-AWS-Lambda.jpg","keywords":["AWS Course","AWS Training","AWS Training Institute"],"articleSection":["AWS"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/","url":"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/","name":"What are the Features of AWS Lambda?","isPartOf":{"@id":"https:\/\/html5training.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/#primaryimage"},"image":{"@id":"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/#primaryimage"},"thumbnailUrl":"https:\/\/html5training.in\/blog\/wp-content\/uploads\/2023\/08\/What-are-the-Features-of-AWS-Lambda.jpg","datePublished":"2023-08-05T10:32:33+00:00","dateModified":"2023-08-05T10:33:01+00:00","author":{"@id":"https:\/\/html5training.in\/blog\/#\/schema\/person\/7eb8d9ec35305b5f2eaaafe1ba331912"},"description":"Here, we will discuss What are the Features of AWS Lambda. This blog gives a better understanding of AWS Lamda.","breadcrumb":{"@id":"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/#primaryimage","url":"https:\/\/html5training.in\/blog\/wp-content\/uploads\/2023\/08\/What-are-the-Features-of-AWS-Lambda.jpg","contentUrl":"https:\/\/html5training.in\/blog\/wp-content\/uploads\/2023\/08\/What-are-the-Features-of-AWS-Lambda.jpg","width":800,"height":400,"caption":"What are the Features of AWS Lambda"},{"@type":"BreadcrumbList","@id":"https:\/\/html5training.in\/blog\/what-are-the-features-of-aws-lambda\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/html5training.in\/blog\/"},{"@type":"ListItem","position":2,"name":"What are the Features of AWS Lambda?"}]},{"@type":"WebSite","@id":"https:\/\/html5training.in\/blog\/#website","url":"https:\/\/html5training.in\/blog\/","name":"HTML5 Tutorials","description":"Latest Articles on HTML","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/html5training.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/html5training.in\/blog\/#\/schema\/person\/7eb8d9ec35305b5f2eaaafe1ba331912","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c2851d2256801cd68babc0e8495fdc6726975d52d5bed5db8292c48d30857f82?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/html5training.in\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/html5training.in\/blog\/wp-json\/wp\/v2\/posts\/392","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/html5training.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/html5training.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/html5training.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/html5training.in\/blog\/wp-json\/wp\/v2\/comments?post=392"}],"version-history":[{"count":2,"href":"https:\/\/html5training.in\/blog\/wp-json\/wp\/v2\/posts\/392\/revisions"}],"predecessor-version":[{"id":395,"href":"https:\/\/html5training.in\/blog\/wp-json\/wp\/v2\/posts\/392\/revisions\/395"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/html5training.in\/blog\/wp-json\/wp\/v2\/media\/393"}],"wp:attachment":[{"href":"https:\/\/html5training.in\/blog\/wp-json\/wp\/v2\/media?parent=392"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/html5training.in\/blog\/wp-json\/wp\/v2\/categories?post=392"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/html5training.in\/blog\/wp-json\/wp\/v2\/tags?post=392"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}