{"id":23814,"date":"2025-11-15T18:38:53","date_gmt":"2025-11-15T18:38:53","guid":{"rendered":"https:\/\/pokecon.jp\/job\/?p=23814"},"modified":"2025-11-15T18:38:53","modified_gmt":"2025-11-15T18:38:53","slug":"aws-lambda-enhances-event-processing-with-provisioned-mode-for-sqs-event-source-mapping","status":"publish","type":"post","link":"https:\/\/pokecon.jp\/job\/23814\/","title":{"rendered":"AWS Lambda enhances event processing with provisioned mode for SQS event-source mapping"},"content":{"rendered":"\n<\/p>\n<div id=\"\">\n<div class=\"s_table\"><table id=\"amazon-polly-audio-table\">\n<tbody>\n<tr>\n<td id=\"amazon-polly-audio-tab\">\n<div id=\"amazon-polly-by-tab\">\n            <a target=\"_blank\" href=\"https:\/\/aws.amazon.com\/polly\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/a0.awsstatic.com\/aws-blog\/images\/Voiced_by_Amazon_Polly_EN.png\" alt=\"Voiced by Polly\" width=\"554\" height=\"56\"\/><\/a>\n           <\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<p>Today, we\u2019re announcing the general availability of provisioned mode for <a target=\"_blank\" href=\"https:\/\/aws.amazon.com\/lambda\">AWS Lambda<\/a> with <a target=\"_blank\" href=\"https:\/\/aws.amazon.com\/sqs\/\">Amazon Simple Queue Service (Amazon SQS)<\/a> <a target=\"_blank\" href=\"https:\/\/docs.aws.amazon.com\/lambda\/latest\/dg\/with-sqs.html\">Event Source Mapping (ESM)<\/a>, a new feature that customers can use to optimize the throughput of their event-driven applications by configuring dedicated polling resources. Using this new capability, which provides 3x faster scaling, and 16x higher concurrency, you can process events with lower latency, handle sudden traffic spikes more effectively, and maintain precise control over your event processing resources.<\/p>\n<p>Modern applications increasingly rely on event-driven architectures where services communicate through events and messages. Amazon SQS is commonly used as an event source for Lambda functions, so developers can build loosely coupled, scalable applications. Although the SQS ESM automatically handles queue polling and function invocation, customers with stringent performance requirements have asked for more control over the polling behavior to handle spiky traffic patterns and maintain low processing latency.<\/p>\n<p>Provisioned mode for SQS ESM addresses these needs by introducing event pollers, which are dedicated resources that remain ready to handle expected traffic patterns. These event pollers can auto scale up to 1000 per concurrent executions per minute, more than three times faster than before to handle sudden spikes in event traffic and provide up to 20,000 concurrency\u201316 times higher capacity to process millions of events with Lambda functions. This enhanced scaling behavior helps customers maintain predictable low latency even during traffic surges.<\/p>\n<p>Enterprises across various industries, from financial services to gaming companies, are using AWS Lambda with Amazon SQS to process real-time events for their mission-critical applications. These organizations, which include some of the largest online gaming platforms and financial institutions, require consistent subsecond processing times for their event-driven workloads, particularly during periods of peak usage. Provisioned mode for SQS ESM is a capability you can use to meet your stringent performance requirements while maintaining cost controls.<\/p>\n<p><span style=\"text-decoration: underline\"><strong>Enhanced control and performance<\/strong><\/span><\/p>\n<p>With provisioned mode, you can configure both minimum and maximum numbers of event pollers for your SQS ESM. Each event poller represents a unit of compute that handles queue polling, event batching, and filtering before invoking Lambda functions. Each event poller can handle up to 1 MB\/sec of throughput, up to 10 concurrent invokes, or up to 10 SQS polling API calls per second. By setting a minimum number of event pollers, you enable your application to maintain a baseline processing capacity that can immediately handle sudden traffic increases. We recommend that you set the minimum event pollers required to handle your known peak workload requirements. The optional maximum setting helps prevent overloading downstream systems by limiting the total processing throughput.<\/p>\n<p>The new mode delivers significant improvements in how your event-driven applications handle varying workloads. When traffic increases, your ESM detects the growing backlog within seconds and dynamically scales event pollers between your configured minimum and maximum values three times faster than before. This enhanced scaling capability is complemented by a substantial increase in processing capacity, with support for up to 2 GBps of aggregate traffic, and up to 20K concurrent requests\u201416x higher than previously possible. By maintaining a minimum number of ready-to-use event pollers, your application achieves predictable performance, handling sudden traffic spikes without the delay typically associated with scaling up resources. During low traffic periods, your ESM automatically scales down to your configured minimum number of event pollers, which means you can optimize costs while maintaining responsiveness.<\/p>\n<p><span style=\"text-decoration: underline\"><strong>Let\u2019s try it out<\/strong><\/span><\/p>\n<p>Enabling provisioned mode is straightforward in the <a target=\"_blank\" href=\"https:\/\/aws.amazon.com\/console\/\">AWS Management Console<\/a>. You need to already have an SQS queue configured and a Lambda function. To get started, in the <strong>Configuration<\/strong> tab for your Lambda function, choose <strong>Triggers<\/strong>, then <strong>Add trigger<\/strong>. This will bring up a user interface where you can configure your trigger. Choose <strong>SQS<\/strong> from the dropdown menu for source and then select the <strong>SQS queue<\/strong> you want to use.<\/p>\n<p>Under <strong>Event poller configuration<\/strong>, you will now see a new option called <strong>Provisioned mode<\/strong>. Select <strong>Configure<\/strong> to reveal settings for <strong>Minimum event pollers<\/strong> and <strong>Maximum event pollers<\/strong>, each with defaults and minimum and maximum values displayed.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-large wp-image-97833\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/da4b9237bacccdf19c0760cab7aec4a8359010b0\/2025\/07\/07\/sqs-provision-01-1024x541.png\" alt=\"Configuration panel for SQS provisioned Mode\" width=\"1024\" height=\"541\"\/><\/p>\n<p>After you have configured <strong>Provisioned mode<\/strong>, you can save your trigger. If you need to make changes later, you can find the current configuration under the <strong>Triggers<\/strong> tab in the AWS Lambda configuration section, and you can modify your current settings there.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-large wp-image-97835\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/da4b9237bacccdf19c0760cab7aec4a8359010b0\/2025\/07\/07\/sqs-provision-02-1024x475.png\" alt=\"SQS Provisioned Poller confiig\" width=\"1024\" height=\"475\"\/><\/p>\n<p><span style=\"text-decoration: underline\"><strong>Monitoring and observability<\/strong><\/span><\/p>\n<p>You can monitor your provisioned mode usage through Amazon CloudWatch metrics. The ProvisionedPollers metric shows the number of active event pollers processing events in one-minute windows.<\/p>\n<p><span style=\"text-decoration: underline\"><strong>Now available<\/strong><\/span><\/p>\n<p>Provisioned mode for Lambda SQS ESM is available today in all commercial <a target=\"_blank\" href=\"https:\/\/docs.aws.amazon.com\/glossary\/latest\/reference\/glos-chap.html#region\">AWS Regions<\/a>. You can start using this feature through the AWS Management Console, <a target=\"_blank\" href=\"https:\/\/aws.amazon.com\/cli\/\">AWS Command Line Interface (AWS CLI)<\/a>, or <a target=\"_blank\" href=\"https:\/\/aws.amazon.com\/developer\/tools\/\">AWS SDKs<\/a>. Pricing is based on the number of event pollers provisioned and the duration they\u2019re provisioned for, measured in Event Poller Units (EPUs). Each EPU supports up to 1 MB per second throughput capacity per event poller, with minimum 2 event pollers per ESM. See the <a target=\"_blank\" href=\"https:\/\/aws.amazon.com\/lambda\/pricing\/\">AWS pricing page<\/a> for more information on EPU charges.<\/p>\n<p>To learn more about provisioned mode for SQS ESM, visit the AWS Lambda <a target=\"_blank\" href=\"https:\/\/docs.aws.amazon.com\/lambda\/latest\/dg\/with-sqs.html\">documentation<\/a>. Start building more responsive event-driven applications today with enhanced control over your event processing resources.<\/p>\n<p>       <!-- '\"` -->\n      <\/div>\n\n<br \/><a href=\"https:\/\/aws.amazon.com\/blogs\/aws\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\/\">\u5143\u306e\u8a18\u4e8b\u3092\u78ba\u8a8d\u3059\u308b <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"Today, we\u2019re announcing the general availability of provisioned mode for AWS Lambda with Amazon Simple Queue S [&hellip;]","protected":false},"author":1,"featured_media":23815,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[2],"tags":[],"class_list":["post-23814","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-hatena-blog"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AWS Lambda enhances event processing with provisioned mode for SQS event-source mapping - \u30dd\u30b1\u30b3\u30f3<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/aws.amazon.com\/blogs\/aws\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AWS Lambda enhances event processing with provisioned mode for SQS event-source mapping - \u30dd\u30b1\u30b3\u30f3\" \/>\n<meta property=\"og:description\" content=\"Today, we\u2019re announcing the general availability of provisioned mode for AWS Lambda with Amazon Simple Queue S [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aws.amazon.com\/blogs\/aws\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\/\" \/>\n<meta property=\"og:site_name\" content=\"\u30dd\u30b1\u30b3\u30f3\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-15T18:38:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pokecon.jp\/job\/wp-content\/uploads\/2025\/11\/2024-Lambda-logo.png\" \/>\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\/png\" \/>\n<meta name=\"author\" content=\"info@pokecon.jp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"info@pokecon.jp\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"4\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/aws.amazon.com\\\/blogs\\\/aws\\\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pokecon.jp\\\/job\\\/23814\\\/\"},\"author\":{\"name\":\"info@pokecon.jp\",\"@id\":\"https:\\\/\\\/pokecon.jp\\\/job\\\/#\\\/schema\\\/person\\\/16c9f07b1ba984d165d9aee259bda997\"},\"headline\":\"AWS Lambda enhances event processing with provisioned mode for SQS event-source mapping\",\"datePublished\":\"2025-11-15T18:38:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pokecon.jp\\\/job\\\/23814\\\/\"},\"wordCount\":869,\"image\":{\"@id\":\"https:\\\/\\\/aws.amazon.com\\\/blogs\\\/aws\\\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pokecon.jp\\\/job\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/2024-Lambda-logo.png\",\"articleSection\":[\"\u306f\u3066\u306a\u30d6\u30ed\u30b0\"],\"inLanguage\":\"ja\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pokecon.jp\\\/job\\\/23814\\\/\",\"url\":\"https:\\\/\\\/aws.amazon.com\\\/blogs\\\/aws\\\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\\\/\",\"name\":\"AWS Lambda enhances event processing with provisioned mode for SQS event-source mapping - \u30dd\u30b1\u30b3\u30f3\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pokecon.jp\\\/job\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/aws.amazon.com\\\/blogs\\\/aws\\\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/aws.amazon.com\\\/blogs\\\/aws\\\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pokecon.jp\\\/job\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/2024-Lambda-logo.png\",\"datePublished\":\"2025-11-15T18:38:53+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/pokecon.jp\\\/job\\\/#\\\/schema\\\/person\\\/16c9f07b1ba984d165d9aee259bda997\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aws.amazon.com\\\/blogs\\\/aws\\\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\\\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/aws.amazon.com\\\/blogs\\\/aws\\\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/aws.amazon.com\\\/blogs\\\/aws\\\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\\\/#primaryimage\",\"url\":\"https:\\\/\\\/pokecon.jp\\\/job\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/2024-Lambda-logo.png\",\"contentUrl\":\"https:\\\/\\\/pokecon.jp\\\/job\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/2024-Lambda-logo.png\",\"width\":800,\"height\":400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aws.amazon.com\\\/blogs\\\/aws\\\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\\\/\\\/pokecon.jp\\\/job\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AWS Lambda enhances event processing with provisioned mode for SQS event-source mapping\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pokecon.jp\\\/job\\\/#website\",\"url\":\"https:\\\/\\\/pokecon.jp\\\/job\\\/\",\"name\":\"\u30dd\u30b1\u30b3\u30f3\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pokecon.jp\\\/job\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pokecon.jp\\\/job\\\/#\\\/schema\\\/person\\\/16c9f07b1ba984d165d9aee259bda997\",\"name\":\"info@pokecon.jp\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2b0549cd9f7907c092ca5fbb283baf72337f235726e4b46fa39ec0b701ac2fe2?s=96&d=wavatar&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2b0549cd9f7907c092ca5fbb283baf72337f235726e4b46fa39ec0b701ac2fe2?s=96&d=wavatar&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2b0549cd9f7907c092ca5fbb283baf72337f235726e4b46fa39ec0b701ac2fe2?s=96&d=wavatar&r=g\",\"caption\":\"info@pokecon.jp\"},\"url\":\"https:\\\/\\\/pokecon.jp\\\/job\\\/author\\\/infopokecon-jp\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AWS Lambda enhances event processing with provisioned mode for SQS event-source mapping - \u30dd\u30b1\u30b3\u30f3","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:\/\/aws.amazon.com\/blogs\/aws\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\/","og_locale":"ja_JP","og_type":"article","og_title":"AWS Lambda enhances event processing with provisioned mode for SQS event-source mapping - \u30dd\u30b1\u30b3\u30f3","og_description":"Today, we\u2019re announcing the general availability of provisioned mode for AWS Lambda with Amazon Simple Queue S [&hellip;]","og_url":"https:\/\/aws.amazon.com\/blogs\/aws\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\/","og_site_name":"\u30dd\u30b1\u30b3\u30f3","article_published_time":"2025-11-15T18:38:53+00:00","og_image":[{"width":800,"height":400,"url":"https:\/\/pokecon.jp\/job\/wp-content\/uploads\/2025\/11\/2024-Lambda-logo.png","type":"image\/png"}],"author":"info@pokecon.jp","twitter_card":"summary_large_image","twitter_misc":{"\u57f7\u7b46\u8005":"info@pokecon.jp","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"4\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/aws.amazon.com\/blogs\/aws\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\/#article","isPartOf":{"@id":"https:\/\/pokecon.jp\/job\/23814\/"},"author":{"name":"info@pokecon.jp","@id":"https:\/\/pokecon.jp\/job\/#\/schema\/person\/16c9f07b1ba984d165d9aee259bda997"},"headline":"AWS Lambda enhances event processing with provisioned mode for SQS event-source mapping","datePublished":"2025-11-15T18:38:53+00:00","mainEntityOfPage":{"@id":"https:\/\/pokecon.jp\/job\/23814\/"},"wordCount":869,"image":{"@id":"https:\/\/aws.amazon.com\/blogs\/aws\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\/#primaryimage"},"thumbnailUrl":"https:\/\/pokecon.jp\/job\/wp-content\/uploads\/2025\/11\/2024-Lambda-logo.png","articleSection":["\u306f\u3066\u306a\u30d6\u30ed\u30b0"],"inLanguage":"ja"},{"@type":"WebPage","@id":"https:\/\/pokecon.jp\/job\/23814\/","url":"https:\/\/aws.amazon.com\/blogs\/aws\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\/","name":"AWS Lambda enhances event processing with provisioned mode for SQS event-source mapping - \u30dd\u30b1\u30b3\u30f3","isPartOf":{"@id":"https:\/\/pokecon.jp\/job\/#website"},"primaryImageOfPage":{"@id":"https:\/\/aws.amazon.com\/blogs\/aws\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\/#primaryimage"},"image":{"@id":"https:\/\/aws.amazon.com\/blogs\/aws\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\/#primaryimage"},"thumbnailUrl":"https:\/\/pokecon.jp\/job\/wp-content\/uploads\/2025\/11\/2024-Lambda-logo.png","datePublished":"2025-11-15T18:38:53+00:00","author":{"@id":"https:\/\/pokecon.jp\/job\/#\/schema\/person\/16c9f07b1ba984d165d9aee259bda997"},"breadcrumb":{"@id":"https:\/\/aws.amazon.com\/blogs\/aws\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aws.amazon.com\/blogs\/aws\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\/"]}]},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/aws.amazon.com\/blogs\/aws\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\/#primaryimage","url":"https:\/\/pokecon.jp\/job\/wp-content\/uploads\/2025\/11\/2024-Lambda-logo.png","contentUrl":"https:\/\/pokecon.jp\/job\/wp-content\/uploads\/2025\/11\/2024-Lambda-logo.png","width":800,"height":400},{"@type":"BreadcrumbList","@id":"https:\/\/aws.amazon.com\/blogs\/aws\/aws-lambda-enhances-sqs-processing-with-new-provisioned-mode-3x-faster-scaling-16x-higher-capacity\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/pokecon.jp\/job\/"},{"@type":"ListItem","position":2,"name":"AWS Lambda enhances event processing with provisioned mode for SQS event-source mapping"}]},{"@type":"WebSite","@id":"https:\/\/pokecon.jp\/job\/#website","url":"https:\/\/pokecon.jp\/job\/","name":"\u30dd\u30b1\u30b3\u30f3","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pokecon.jp\/job\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Person","@id":"https:\/\/pokecon.jp\/job\/#\/schema\/person\/16c9f07b1ba984d165d9aee259bda997","name":"info@pokecon.jp","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/secure.gravatar.com\/avatar\/2b0549cd9f7907c092ca5fbb283baf72337f235726e4b46fa39ec0b701ac2fe2?s=96&d=wavatar&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2b0549cd9f7907c092ca5fbb283baf72337f235726e4b46fa39ec0b701ac2fe2?s=96&d=wavatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2b0549cd9f7907c092ca5fbb283baf72337f235726e4b46fa39ec0b701ac2fe2?s=96&d=wavatar&r=g","caption":"info@pokecon.jp"},"url":"https:\/\/pokecon.jp\/job\/author\/infopokecon-jp\/"}]}},"_links":{"self":[{"href":"https:\/\/pokecon.jp\/job\/wp-json\/wp\/v2\/posts\/23814","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pokecon.jp\/job\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pokecon.jp\/job\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pokecon.jp\/job\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pokecon.jp\/job\/wp-json\/wp\/v2\/comments?post=23814"}],"version-history":[{"count":1,"href":"https:\/\/pokecon.jp\/job\/wp-json\/wp\/v2\/posts\/23814\/revisions"}],"predecessor-version":[{"id":23816,"href":"https:\/\/pokecon.jp\/job\/wp-json\/wp\/v2\/posts\/23814\/revisions\/23816"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/pokecon.jp\/job\/wp-json\/wp\/v2\/media\/23815"}],"wp:attachment":[{"href":"https:\/\/pokecon.jp\/job\/wp-json\/wp\/v2\/media?parent=23814"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pokecon.jp\/job\/wp-json\/wp\/v2\/categories?post=23814"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pokecon.jp\/job\/wp-json\/wp\/v2\/tags?post=23814"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}