{"id":3166,"date":"2020-09-18T21:42:11","date_gmt":"2020-09-18T21:42:11","guid":{"rendered":"https:\/\/eeldev.com\/?page_id=3166"},"modified":"2023-10-15T21:01:05","modified_gmt":"2023-10-15T21:01:05","slug":"awscorelambda","status":"publish","type":"page","link":"https:\/\/eeldev.com\/index.php\/awscorelambda\/","title":{"rendered":"AwsCore::Lambda"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\"><strong>What is AwsCore::Lambda?<\/strong><\/h1>\n\n\n\n<p>AWS Lambda is a compute service that lets you run code without provisioning or managing servers. AWS Lambda executes your code only when needed and scales automatically, from a few requests per day to thousands per second. You pay only for the compute time you consume &#8211; there is no charge when your code is not running. With AWS Lambda, you can run code for virtually any type of application or backend service &#8211; all with zero administration.<\/p>\n\n\n\n<p>You can also build serverless applications composed of functions that are triggered by events and automatically deploy them using CodePipeline and AWS CodeBuild. For more information, see&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/docs.aws.amazon.com\/lambda\/latest\/dg\/deploying-lambda-apps.html\" target=\"_blank\">AWS Lambda applications<\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_1-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"3321\" src=\"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_1-1-1024x576.png\" alt=\"\" class=\"wp-image-3321\" srcset=\"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_1-1-1024x576.png 1024w, https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_1-1-300x169.png 300w, https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_1-1-768x432.png 768w, https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_1-1-1536x864.png 1536w, https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_1-1.png 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_2-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-id=\"3322\" src=\"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_2-1-1024x576.png\" alt=\"\" class=\"wp-image-3322\" srcset=\"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_2-1-1024x576.png 1024w, https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_2-1-300x169.png 300w, https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_2-1-768x432.png 768w, https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_2-1-1536x864.png 1536w, https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_2-1.png 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/figure>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Purchase<\/strong><\/h1>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.unrealengine.com\/marketplace\/slug\/a4e7b59bee4b40708073277d7d679378\" target=\"_blank\" rel=\"noreferrer noopener\">Unreal Engine Marketplace<\/a><\/li>\n<\/ul>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Getting Started<\/strong><\/h1>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/eeldev.com\/index.php\/creating-a-aws-user\/\" target=\"_blank\" rel=\"noreferrer noopener\">Begin by creating a Lambda User<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/eeldev.com\/index.php\/awscorelambda-creating-a-function\/\" target=\"_blank\" rel=\"noreferrer noopener\">Create a Lambda Test Function<\/a><\/li>\n<\/ul>\n\n\n\n<p class=\"has-text-align-center\">After creating your <strong>Lambda User<\/strong> and your <strong>Test Function<\/strong>, you can <strong>Initialize<\/strong> the AWSCore::Lambda Plugin inside Unreal Engine 4, here is an example:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Initializing Lambda<\/strong><\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/09\/create_object.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"767\" src=\"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/09\/create_object-1024x767.png\" alt=\"\" class=\"wp-image-3199\" srcset=\"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/09\/create_object-1024x767.png 1024w, https:\/\/eeldev.com\/wp-content\/uploads\/2020\/09\/create_object-300x225.png 300w, https:\/\/eeldev.com\/wp-content\/uploads\/2020\/09\/create_object-768x576.png 768w, https:\/\/eeldev.com\/wp-content\/uploads\/2020\/09\/create_object.png 1441w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"select-your-region\"><strong>SELECT YOUR REGION<\/strong><a href=\"https:\/\/eeldev.com\/index.php\/docs\/s3\/getting-started\/#select-your-region\"><\/a><\/h2>\n\n\n\n<p>Make sure to select the correct region that you are going to use for your AWS services, double check that you do not misspell the region name as that will cause connection issues.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/eeldev.com\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-23-144133.png\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"527\" src=\"https:\/\/eeldev.com\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-23-144133-1024x527.png\" alt=\"\" class=\"wp-image-7944\" srcset=\"https:\/\/eeldev.com\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-23-144133-1024x527.png 1024w, https:\/\/eeldev.com\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-23-144133-300x154.png 300w, https:\/\/eeldev.com\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-23-144133-768x395.png 768w, https:\/\/eeldev.com\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-23-144133-1536x790.png 1536w, https:\/\/eeldev.com\/wp-content\/uploads\/2022\/02\/Screenshot-2022-02-23-144133-2048x1053.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Invoking Lambda Functions<\/strong><\/h2>\n\n\n\n<p class=\"has-text-align-center\"><em>After creating our user, our lambda function and initializing the plugin, we can now invoke our lambda functions inside Unreal Engine 4!<\/em><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/09\/f38c1ef9faca9d1911f66cc072489bf2-1.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"379\" src=\"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/09\/f38c1ef9faca9d1911f66cc072489bf2-1-1024x379.png\" alt=\"\" class=\"wp-image-3215\" srcset=\"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/09\/f38c1ef9faca9d1911f66cc072489bf2-1-1024x379.png 1024w, https:\/\/eeldev.com\/wp-content\/uploads\/2020\/09\/f38c1ef9faca9d1911f66cc072489bf2-1-300x111.png 300w, https:\/\/eeldev.com\/wp-content\/uploads\/2020\/09\/f38c1ef9faca9d1911f66cc072489bf2-1-768x284.png 768w, https:\/\/eeldev.com\/wp-content\/uploads\/2020\/09\/f38c1ef9faca9d1911f66cc072489bf2-1-1536x568.png 1536w, https:\/\/eeldev.com\/wp-content\/uploads\/2020\/09\/f38c1ef9faca9d1911f66cc072489bf2-1.png 1560w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p>The Response from <strong>Amazon Lambda<\/strong>!<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/09\/response.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"326\" src=\"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/09\/response-1024x326.png\" alt=\"\" class=\"wp-image-3216\" srcset=\"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/09\/response-1024x326.png 1024w, https:\/\/eeldev.com\/wp-content\/uploads\/2020\/09\/response-300x95.png 300w, https:\/\/eeldev.com\/wp-content\/uploads\/2020\/09\/response-768x244.png 768w, https:\/\/eeldev.com\/wp-content\/uploads\/2020\/09\/response.png 1082w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n<h1 class=\"wp-block-heading\"><strong>Example Project<\/strong><\/h1>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/github.com\/huklen\/Lambda_Example\/archive\/master.zip\" target=\"_blank\" rel=\"noreferrer noopener\">Download here<\/a><\/li>\n<\/ul>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Getting Help<\/strong><\/h1>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a rel=\"noreferrer noopener\" href=\"https:\/\/docs.aws.amazon.com\/lambda\/latest\/dg\/welcome.html\" target=\"_blank\">You can find Lambda resources and documentation here<\/a><\/li>\n<\/ul>\n\n\n\n<p class=\"has-text-align-center\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is AwsCore::Lambda? AWS Lambda is a compute service that lets you run code without provisioning or managing servers. AWS Lambda executes your code only when needed and scales automatically, from a few requests per day to thousands per second. You pay only for the compute time you consume &#8211; there is no charge when &#8230; <a title=\"AwsCore::Lambda\" class=\"read-more\" href=\"https:\/\/eeldev.com\/index.php\/awscorelambda\/\" aria-label=\"Read more about AwsCore::Lambda\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-3166","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AwsCore::Lambda - eelDev<\/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:\/\/eeldev.com\/index.php\/awscorelambda\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AwsCore::Lambda - eelDev\" \/>\n<meta property=\"og:description\" content=\"What is AwsCore::Lambda? AWS Lambda is a compute service that lets you run code without provisioning or managing servers. AWS Lambda executes your code only when needed and scales automatically, from a few requests per day to thousands per second. You pay only for the compute time you consume &#8211; there is no charge when ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eeldev.com\/index.php\/awscorelambda\/\" \/>\n<meta property=\"og:site_name\" content=\"eelDev\" \/>\n<meta property=\"article:modified_time\" content=\"2023-10-15T21:01:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_1-1-1024x576.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eeldev.com\/index.php\/awscorelambda\/\",\"url\":\"https:\/\/eeldev.com\/index.php\/awscorelambda\/\",\"name\":\"AwsCore::Lambda - eelDev\",\"isPartOf\":{\"@id\":\"https:\/\/eeldev.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/eeldev.com\/index.php\/awscorelambda\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/eeldev.com\/index.php\/awscorelambda\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_1-1-1024x576.png\",\"datePublished\":\"2020-09-18T21:42:11+00:00\",\"dateModified\":\"2023-10-15T21:01:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/eeldev.com\/index.php\/awscorelambda\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eeldev.com\/index.php\/awscorelambda\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eeldev.com\/index.php\/awscorelambda\/#primaryimage\",\"url\":\"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_1-1.png\",\"contentUrl\":\"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_1-1.png\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eeldev.com\/index.php\/awscorelambda\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/eeldev.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AwsCore::Lambda\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/eeldev.com\/#website\",\"url\":\"https:\/\/eeldev.com\/\",\"name\":\"eelDev\",\"description\":\"eelDev.com\",\"publisher\":{\"@id\":\"https:\/\/eeldev.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/eeldev.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/eeldev.com\/#organization\",\"name\":\"eelDev\",\"url\":\"https:\/\/eeldev.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eeldev.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/eeldev.com\/wp-content\/uploads\/2022\/12\/logo_new_transparent-4.png\",\"contentUrl\":\"https:\/\/eeldev.com\/wp-content\/uploads\/2022\/12\/logo_new_transparent-4.png\",\"width\":2048,\"height\":682,\"caption\":\"eelDev\"},\"image\":{\"@id\":\"https:\/\/eeldev.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AwsCore::Lambda - eelDev","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:\/\/eeldev.com\/index.php\/awscorelambda\/","og_locale":"en_US","og_type":"article","og_title":"AwsCore::Lambda - eelDev","og_description":"What is AwsCore::Lambda? AWS Lambda is a compute service that lets you run code without provisioning or managing servers. AWS Lambda executes your code only when needed and scales automatically, from a few requests per day to thousands per second. You pay only for the compute time you consume &#8211; there is no charge when ... Read more","og_url":"https:\/\/eeldev.com\/index.php\/awscorelambda\/","og_site_name":"eelDev","article_modified_time":"2023-10-15T21:01:05+00:00","og_image":[{"url":"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_1-1-1024x576.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/eeldev.com\/index.php\/awscorelambda\/","url":"https:\/\/eeldev.com\/index.php\/awscorelambda\/","name":"AwsCore::Lambda - eelDev","isPartOf":{"@id":"https:\/\/eeldev.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/eeldev.com\/index.php\/awscorelambda\/#primaryimage"},"image":{"@id":"https:\/\/eeldev.com\/index.php\/awscorelambda\/#primaryimage"},"thumbnailUrl":"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_1-1-1024x576.png","datePublished":"2020-09-18T21:42:11+00:00","dateModified":"2023-10-15T21:01:05+00:00","breadcrumb":{"@id":"https:\/\/eeldev.com\/index.php\/awscorelambda\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eeldev.com\/index.php\/awscorelambda\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eeldev.com\/index.php\/awscorelambda\/#primaryimage","url":"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_1-1.png","contentUrl":"https:\/\/eeldev.com\/wp-content\/uploads\/2020\/10\/screenshot_1-1.png","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/eeldev.com\/index.php\/awscorelambda\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/eeldev.com\/"},{"@type":"ListItem","position":2,"name":"AwsCore::Lambda"}]},{"@type":"WebSite","@id":"https:\/\/eeldev.com\/#website","url":"https:\/\/eeldev.com\/","name":"eelDev","description":"eelDev.com","publisher":{"@id":"https:\/\/eeldev.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eeldev.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/eeldev.com\/#organization","name":"eelDev","url":"https:\/\/eeldev.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eeldev.com\/#\/schema\/logo\/image\/","url":"https:\/\/eeldev.com\/wp-content\/uploads\/2022\/12\/logo_new_transparent-4.png","contentUrl":"https:\/\/eeldev.com\/wp-content\/uploads\/2022\/12\/logo_new_transparent-4.png","width":2048,"height":682,"caption":"eelDev"},"image":{"@id":"https:\/\/eeldev.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/pages\/3166","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/comments?post=3166"}],"version-history":[{"count":25,"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/pages\/3166\/revisions"}],"predecessor-version":[{"id":8888,"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/pages\/3166\/revisions\/8888"}],"wp:attachment":[{"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/media?parent=3166"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}