https://github.com/nitrictech/go-sdk
Nitric Golang SDK
https://github.com/nitrictech/go-sdk
cloud golang nitric serverless
Last synced: 12 months ago
JSON representation
Nitric Golang SDK
- Host: GitHub
- URL: https://github.com/nitrictech/go-sdk
- Owner: nitrictech
- License: apache-2.0
- Created: 2021-02-05T04:05:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T01:10:05.000Z (12 months ago)
- Last Synced: 2025-04-12T15:03:20.031Z (12 months ago)
- Topics: cloud, golang, nitric, serverless
- Language: Go
- Homepage: https://nitric.io
- Size: 1.16 MB
- Stars: 15
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Build nitric applications with Go
# Go SDK for Nitric
The Go SDK supports the use of the Nitric framework with GoLang 1.21. For more information, check out the main [Nitric repo](https://github.com/nitrictech/nitric).
Nitric SDKs provide an infrastructure-as-code style that lets you define resources in code. You can also write the functions that support the logic behind APIs, subscribers and schedules.
You can request the type of access you need to resources such as publishing for topics, without dealing directly with IAM or policy documents.
## Status
The SDK is in early stage development and APIs and interfaces are still subject to breaking changes. We’d love your feedback as we build additional functionality!
## Get in touch
- Ask questions in [GitHub discussions](https://github.com/nitrictech/nitric/discussions)
- Join us on [Discord](https://discord.gg/Webemece5C)
- Find us on [Twitter](https://twitter.com/nitric_io)
- Send us an [email](mailto:maintainers@nitric.io)
## Get Started
Check out the [Nitric docs](https://nitric.io/docs) to see how to get started using Nitric.