New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Group Websocket-related properties under provider.websocket
#10960
Comments
Is something like this edit to the serverless.yml.md file what you are looking for? |
Hey @BillConley01 - it's a little bit more than that - please check the linked issues and related PRs to see how the scope of this looks like (it's very similar scope as one for the linked PRs) |
I created a draft pull request for this. Could you please take a look. I am having problems with a test failing. |
Hey @BillConley01 - I've reviewed the current version - let's continue our discussion in PR threads |
sure |
I would like to contribute here. Is this issue still open? |
Hello @dheeraj1997 - @BillConley01 is currently working on it |
@pgrzesik, can I work on this issue? |
Sure @sahilsuman933, it would be awesome |
@pgrzesik I am not able to solve this issue. I am getting like 300+ errors, and I don't know why. Should I raise a PR, and can you help me there? |
pgrzesik commentedApr 11, 2022
Is there an existing issue for this?
Use case description
Currently, we have websocket-related properties configured directly on
provider
level:provider.websocketsApiName
provider.websocketsApiRouteSelectionExpression
provider.websocketsDescription
This is not consistent with how
iam
,httpApi
orapiGateway
is configured onprovider
level.Proposed solution (optional)
In order to be consistent with how
iam
,httpApi
orapiGateway
is configured onprovider
level, it would be great to group all websockets-related properties underprovider.websocket
namespace.As the change is breaking, we should add support for new properties and introduce deprecation for old ones, aiming for removal of support for old syntax in next major version.
Similar issues from the past to serve as inspiration:
provider.iam
#8681PRs welcome :raised
The text was updated successfully, but these errors were encountered: