lambda-ecs-worker-pattern
Task processor
This code example illustrates how to extend AWS Lambda functionality using Amazon SQS and the Amazon EC2 Container Service (ECS) to process large tasks outside of Lambda's execution time limit.
This example code illustrates how to extend AWS Lambda functionality using Amazon SQS and the Amazon EC2 Container Service (ECS).
290 stars
52 watching
45 forks
Language: POV-Ray SDL
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
aws-samples/amazon-elasticsearch-lambda-samples | A sample code project for streaming data to Amazon Elasticsearch Service using AWS Lambda | 391 |
aws-samples/amazon-ecs-catsndogs-workshop | A workshop environment to learn Amazon ECS concepts and deploy applications | 169 |
aws-samples/aws-containers-task-definitions | Provides task definitions for running common applications on Amazon ECS | 264 |
silinternational/ecs-deploy | Automates blue-green deployments on Amazon EC2 Container Service (ECS) using task definitions and services. | 1,971 |
aws-samples/lambda-refarch-fileprocessing | An event-driven architecture for real-time file processing using AWS Lambda and SQS queues | 464 |
aws-samples/load-testing-your-workload-running-on-amazon-eks-with-locust | Testing Amazon EKS cluster performance with load simulation | 36 |
aws-samples/lambda-refarch-iotbackend | An event-driven architecture for processing IoT data with AWS Lambda and IoT Core | 254 |
aws/amazon-ecs-cli | Tools for managing Amazon Elastic Container Service (ECS) and Fargate tasks and clusters from the command line. | 1,778 |
y2q-actionman/cl-aws-custom-runtime-test | An AWS Lambda runtime built on Common Lisp | 38 |
shimat/opencvsharp_awslambdasample | A proof-of-concept project demonstrating the use of OpenCvSharp in an AWS Lambda function. | 3 |
danilop/aws_lambda_in_action | A companion source code distribution to the AWS Lambda in Action book, providing live demos and example functions for various AWS services | 287 |
appleboy/lambda-action | Automates deployment of AWS Lambda functions from source code or pre-built binaries. | 394 |
awslabs/amazon-inspector-agent-autodeploy | Automates deployment of security agent to newly launched EC2 instances using AWS Lambda and SSM | 28 |
aws-samples/reinvent2015-dev309 | Provides sample code examples for processing large-scale metrics in Ruby using Hadoop and Amazon Redshift | 7 |
mentum/lambdaws | Automates deployment and execution of JavaScript functions on Amazon AWS Lambda | 1,272 |