spinnaker-plugins / aws-lambda-deployment-plugin-spinnaker

Spinnaker plugin to support deployment of AWS Lambda functions via Spinnaker pipelines
Apache License 2.0
23 stars 22 forks source link

Add Container Image Support #95

Open cjlpowers opened 3 years ago

cjlpowers commented 3 years ago

AWS supports packaging and deploying Lambdas as container images, however this plugin only supports traditional deployment based on S3. Supporting container images would allow this plugin to be used regardless of the type of packaging used.

nimakaviani commented 3 years ago

@cjlpowers supporting container images is on the roadmap. We are working towards making the plugin production ready in the first phase and will look into supporting container images next. Needless to say that PRs on proposed enhancements are always welcome.

a7i commented 2 years ago

@nimakaviani would you be able to shed some light on the timeline here?

nimakaviani commented 2 years ago

@a7i no immediate plans for adding the feature just yet.

Ricardo-C-Oliveira commented 1 year ago

Nearly two years later, it this still on the project's roadmap?