Skip to content
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

Feat/apigw-ws #10

Merged
merged 7 commits into from
Jan 9, 2023
Merged

Feat/apigw-ws #10

merged 7 commits into from
Jan 9, 2023

Conversation

esseswann
Copy link
Contributor

Closes #8

@@ -3,6 +3,6 @@ import { Handler } from "../src";
export const handler: Handler.IotCore = (event) => {
return {
statusCode: 200,
body: event.messages[0]?.details.mqtt_topic.toString() || '',
body: event.messages[0]?.details.mqtt_topic.toString() || "",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think changing quotes style should be done in separate PR if really needed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is rather not a change in style, it's a harmonization since they were not consistent. Since this is not a breaking change I would prefer not extracting it to a separate request :)

DavyJohnes
DavyJohnes previously approved these changes Jan 9, 2023
src/index.ts Outdated Show resolved Hide resolved
src/api-gateway/websocket.ts Outdated Show resolved Hide resolved
src/api-gateway/websocket.ts Outdated Show resolved Hide resolved
@esseswann esseswann changed the title Feat/apigw ws Feat/apigw-ws Jan 9, 2023
@DavyJohnes DavyJohnes merged commit 7b70b33 into yandex-cloud:master Jan 9, 2023
@yandex-cloud-bot
Copy link
Collaborator

🎉 This PR is included in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support WebSocket fields in requestContext
4 participants