Reputation: 627
I want to deploy a docker image with my given Dockerfile that executes a program on the AWS Lambda cloud. I know it is possible for EC2 but I want to use AWS Lambda. Anyone have references or know if it is possible?
I was looking at the AWS Elastic Beanstalk as well that has docker capabilities, but it seems it is for web applications? My program that i'm trying to execute on the cloud is NOT a web application.
Upvotes: 22
Views: 27001
Reputation: 366
This has just been announced and it is now possible to run Docker inside of Lambda here is the link for the announcement:
https://aws.amazon.com/blogs/aws/new-for-aws-lambda-container-image-support/
Upvotes: 13
Reputation: 3045
There's an article covering this as well as two projects. Here's the article, and these two are frameworks for doing so.
Upvotes: 9