是否可以在AWS Lambda上运行docker image/DockerFile?

是否可以在AWS Lambda上运行docker image/DockerFile?

问题描述:

我想用给定的Dockerfile部署docker映像,该映像在AWS Lambda云上执行程序.我知道EC2可以使用,但我想使用AWS Lambda.任何人都有参考或知道是否可能?

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?

我也在查看具有docker功能的AWS Elastic Beanstalk,但似乎是针对Web应用程序的吗?我要在云上执行的程序不是Web应用程序.

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.

让我知道,

谢谢.

这里有一篇文章介绍了这两个项目.这是文章,这两个都是这样做的框架.

There's an article covering this as well as two projects. Here's the article, and these two are frameworks for doing so.

  • docker-in-aws-lambda (from the article)
  • docker-lambda