Amazon EventBridge Schema Registry extends support to Go language - devamazonaws.blogspot.com

Amazon EventBridge schema registry now supports Go language for generating code bindings for event schemas, making it easier to use your schema as objects in your code. You can generate these code bindings for a schema by using the EventBridge console, APIs, or AWS SDK toolkits for Jetbrains (Intellij, PyCharm, Webstorm, Rider) and VS Code. Previously, we have supported Java, Python, and Typescript for generating code bindings. With support for Go, you can download code bindings in your preferred IDE to take advantage of features like code validation and auto-completion.

Post Updated on March 28, 2022 at 08:13PM

Comments

Popular posts from this blog

[MS] Pulling a single item from a C++ parameter pack by its index, remarks - devamazonaws.blogspot.com

[MS] Debugger breakpoints are usually implemented by patching the in-memory copy of the code - devamazonaws.blogspot.com

[MS] The case of the crash when destructing a std::map - devamazonaws.blogspot.com