aws-samples / lambda-ecs-worker-pattern

This example code illustrates how to extend AWS Lambda functionality using Amazon SQS and the Amazon EC2 Container Service (ECS).
Apache License 2.0
290 stars 45 forks source link

Expanded support for ECS, ECR, and latest AWS API #2

Closed bollig closed 8 years ago

bollig commented 8 years ago

Features added:

a) read credentials created by "aws configure" from ~/.aws/credentials b) create s3 buckets in us-east-1 (boto does not understand location='us-east-1'; use '' instead) c) use ECS clusters not named "default" (see config.py and ecs-worker-launcher/ecs-worker-launcher.js) d) push and pull docker images in the ECR container service (specify DOCKERHUB_USER = '.dkr.ecr.us-east-1.amazonaws.com' and DOCKERHUB_REPO='latest')

glez-aws commented 8 years ago

Thanks for your pull request!