Lambda Container Image support #817
Replies: 2 comments
-
Hi, check out AWS Lambda can now run PHP using Docker Containers and especially this section: Which one to choose?You may have understood now that "Container support" in Lambda mostly means that you can use Docker to package your application. It does not involve radical architecture changes for us; our code runs the same way in Docker as in native runtimes: in an event-driven way. It is a bit early to be definitive about this, but here is my recommendation as of now:
Yes, you still need the PHP runtime client provided by Bref. Docker would mostly be a "deployment" mechanism, with a way to customize the system a bit more. |
Beta Was this translation helpful? Give feedback.
-
@mnapoli Thanks for the feedback. I see you are ahead of the game as usual ;-) |
Beta Was this translation helpful? Give feedback.
-
Hi,
I was wondering what the new Container Image Support for Lambda means for this project? I think it might make the published layers less needed but I believe some kind of runtime interface will still be needed.
I am looking at deploying at Laravel based app and am trying to keep costs low. If I could accomplish this via Lambda with container images it would be awesome.
Beta Was this translation helpful? Give feedback.
All reactions