hashicorp / waypoint

A tool to build, deploy, and release any application on any platform.
https://waypointproject.io
Other
4.76k stars 327 forks source link

Waypoint to support AWS EMR Serverless deployment #4640

Open nitinmahawadiwar opened 1 year ago

nitinmahawadiwar commented 1 year ago

Is your feature request related to a problem? Please describe. We would like to enable AWS EMR Serverless deployment using Waypoint. At this moment, I don't see it is supported.

Describe the solution you'd like We can create a plugin support for the EMR Serverless Deployment

Describe alternatives you've considered None

Explain any additional use-cases None at this moment.

Additional context https://docs.aws.amazon.com/emr/latest/EMR-Serverless-UserGuide/emr-serverless.html

briancain commented 1 year ago

Hey @nitinmahawadiwar - that sounds like a cool feature request! I would love to see this done as a third party plugin.

nitinmahawadiwar commented 1 year ago

Thank you @briancain , Is there anyone who would like to take this or If you provide me some guidance flow/documents/diagrams, I would like to take this on my plate.

briancain commented 1 year ago

Hey @nitinmahawadiwar - We do have a plugin writing guide: https://developer.hashicorp.com/waypoint/docs/extending-waypoint/creating-plugins

I'm hoping it's not too out of date! Hopefully that will get you started. You can always look at our existing plugins too for examples on how to write them.

I suggest it be a third party plugin simply because we aren't sure yet if we want to support the plugin ourselves!

nitinmahawadiwar commented 1 year ago

Thank you @briancain. Will keep you updated here.