{"id":406,"date":"2023-01-05T14:40:18","date_gmt":"2023-01-05T14:40:18","guid":{"rendered":"https:\/\/computeoncloud.eu\/?p=406"},"modified":"2023-01-05T14:40:19","modified_gmt":"2023-01-05T14:40:19","slug":"overcoming-aws-lambda-limitations-with-fargate","status":"publish","type":"post","link":"https:\/\/computeoncloud.eu\/index.php\/2023\/01\/05\/overcoming-aws-lambda-limitations-with-fargate\/","title":{"rendered":"Overcoming AWS Lambda Limitations with Fargate"},"content":{"rendered":"\n<p>Using Lambda with Fargate helps us to overcome the limitations of AWS Lambda. If you need to run a background process for more than 15 minutes or if you need more storage than 500 MBs, here&#8217;s how you can do it:<\/p>\n\n\n\n<p>\u27a1\ufe0f Lambda function will get triggered based on your desired event source.<\/p>\n\n\n\n<p>\u27a1\ufe0f It will ingest the event in the SQS queue, and trigger Fargate to consume the event from the queue.<\/p>\n\n\n\n<p>\u27a1\ufe0f Since we&#8217;ll be doing all the processing on Fargate, we&#8217;ll overcome some of the hard limits of AWS Lambda.<\/p>\n\n\n\n<p><strong>Example<\/strong><br>If you need to download the file up-to 1 GBs of size, do processing and upload it to S3. AWS Fargate will be your go-to choice since it&#8217;s practically not possible with AWS Lambda&#8217;s hard limits.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Using Lambda with Fargate helps us to overcome the limitations of AWS Lambda. If you need to run a background process for more than 15 minutes or if you need more storage than 500 MBs, here&#8217;s how you can do it: \u27a1\ufe0f Lambda function will get triggered based on your desired event source. \u27a1\ufe0f It &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/computeoncloud.eu\/index.php\/2023\/01\/05\/overcoming-aws-lambda-limitations-with-fargate\/\"> <span class=\"screen-reader-text\">Overcoming AWS Lambda Limitations with Fargate<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,10,9,11,5],"tags":[],"class_list":["post-406","post","type-post","status-publish","format-standard","hentry","category-aws","category-container","category-fargate","category-lambda","category-serverless"],"_links":{"self":[{"href":"https:\/\/computeoncloud.eu\/index.php\/wp-json\/wp\/v2\/posts\/406","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/computeoncloud.eu\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/computeoncloud.eu\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/computeoncloud.eu\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/computeoncloud.eu\/index.php\/wp-json\/wp\/v2\/comments?post=406"}],"version-history":[{"count":1,"href":"https:\/\/computeoncloud.eu\/index.php\/wp-json\/wp\/v2\/posts\/406\/revisions"}],"predecessor-version":[{"id":407,"href":"https:\/\/computeoncloud.eu\/index.php\/wp-json\/wp\/v2\/posts\/406\/revisions\/407"}],"wp:attachment":[{"href":"https:\/\/computeoncloud.eu\/index.php\/wp-json\/wp\/v2\/media?parent=406"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/computeoncloud.eu\/index.php\/wp-json\/wp\/v2\/categories?post=406"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/computeoncloud.eu\/index.php\/wp-json\/wp\/v2\/tags?post=406"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}