nullstone-io / nullstone

Nullstone is a customizable developer platform launched on your cloud accounts.
https://nullstone.io
MIT License
39 stars 1 forks source link

Container support for Lambda #41

Open BSick7 opened 2 years ago

BSick7 commented 2 years ago

Summary

This feature adds support to push a container to a lambda service.

Intended Outcome

After building a docker image, a user is able to push the docker image to a lambda service via:

nullstone push --source=<docker-image> --app=<app> --env=<env>

How will it work?