aws / language-servers

AWS related Language Servers
Apache License 2.0
19 stars 18 forks source link

Add configuration to create standalone nodejs bundle for Amazon Q server #250

Closed viktorsaws closed 3 months ago

viktorsaws commented 3 months ago

Problem

Packaging Amazon Q server into single executable with vercel/pkg is outdated. For testing purposes, we need to be able to produce standalone Javascript bundle, not bundled with NodeJS.

Solution

Add configuration to create NodeJS bundle for Amazon Q server bundled with standalone Language Server Runtime using Webpack.

Added README with documentation on how to produce and test bundle.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.