You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Serverless Framework allows functions to be packaged into a directory, stored, and deployed in a separate step. This aligns well with CI/CD workflows, including the ones implemented in vili.
vili should support reading a repository of packaged functions (e.g. in S3), with a naming convention similar to docker tags (in a directory structure to mimic tags) and calling the serverless deploy command to deploy a given tag.
The text was updated successfully, but these errors were encountered:
The Serverless Framework allows functions to be packaged into a directory, stored, and deployed in a separate step. This aligns well with CI/CD workflows, including the ones implemented in vili.
vili should support reading a repository of packaged functions (e.g. in S3), with a naming convention similar to docker tags (in a directory structure to mimic tags) and calling the
serverless deploy
command to deploy a given tag.The text was updated successfully, but these errors were encountered: