serverless-aws-rust
serverless-aws-rust copied to clipboard
This should be a template for "Serverless Create"?
Hi, thanks for making this cool project! I normally scaffold out serverlessfunctions for other programming languages using "serverless create" with the -t flag to tell it you want to use a template. If you pass in a template that doesn't exist you can see all available templates:
It's interesting that the only "rust" related template here is "cloudflare-workers-rust". Is was very confusing me then to later learn that this project exists and does indeed use the serverless framework cli somehow...
So, I am wondering- why is this not a template in serverless create? Is that in the roadmap to add it? Thanks!
Hi @JimTheMan I'll have to reach out to the serverless folks.
I believe the those are actually backed into the serverless project so they can only evolve with the release cycles of the serverless framework. This and the other templates I have existed as other repositories exist in their own repos so that they can evolved more quickly and independently.
The pr turn around on getting changes to those templates is not great so I've generally found that having separate repos for templates easier to maintain.
That said the trade off is in discoverability. I'll see reach out to the serverless folks and see if there isn't a way to make plugin discoverability decoupled from the serverless release and change management cycles
@softprops awesome, and thanks for the quick response! 👍
And yes, anything to improve the discoverability of available templates would be awesome!