You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Each cloud provider comes with a set of default services used when deploying resources. You can find the full list of these default cloud services in the [Deploy documentation: Default Cloud Services](/providers#default-cloud-services).
1314
+
Each cloud provider comes with a set of default services used when deploying resources. You can find the default services for each cloud provider below.
Copy file name to clipboardExpand all lines: docs/batch.mdx
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,4 +242,10 @@ void main() {
242
242
243
243
## Cloud Service Mapping
244
244
245
-
Each cloud provider comes with a set of default services used when deploying resources. You can find the full list of these default cloud services in the [Deploy documentation: Default Cloud Services](/providers#default-cloud-services).
245
+
Each cloud provider comes with a set of default services used when deploying resources. You can find the default services for each cloud provider below.
246
+
247
+
-[AWS](/providers/mappings/aws/batch)
248
+
- Azure - Not implemented
249
+
-[Google Cloud](/providers/mappings/gcp/batch)
250
+
251
+
If you need support for additional clouds, let us know by [opening an issue](https://github.com/nitrictech/nitric/issues) or joining the conversation on [Discord](https://nitric.io/chat).
Copy file name to clipboardExpand all lines: docs/http.mdx
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,3 @@ http(bootstrap)
53
53
</TabItem>
54
54
55
55
</Tabs>
56
-
57
-
## Cloud Service Mapping
58
-
59
-
Each cloud provider comes with a set of default services used when deploying resources. You can find the full list of these default cloud services in the [Deploy documentation: Default Cloud Services](/providers#default-cloud-services).
Copy file name to clipboardExpand all lines: docs/keyvalue.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -440,4 +440,8 @@ keys.forEach((String key) {
440
440
441
441
## Cloud Service Mapping
442
442
443
-
Each cloud provider comes with a set of default services used when deploying resources. You can find the full list of these default cloud services in the [Deploy documentation: Default Cloud Services](/providers#default-cloud-services).
443
+
Each cloud provider comes with a set of default services used when deploying resources. You can find the default services for each cloud provider below.
Copy file name to clipboardExpand all lines: docs/messaging.mdx
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -705,4 +705,16 @@ For these reasons, we usually default to Topics. Queues are more suitable for ba
705
705
706
706
## Cloud Service Mapping
707
707
708
-
Each cloud provider comes with a set of default services used when deploying resources. You can find the full list of these default cloud services in the [Deploy documentation: Default Cloud Services](/providers#default-cloud-services).
708
+
Each cloud provider comes with a set of default services used when deploying resources. You can find the default services for each cloud provider below.
Copy file name to clipboardExpand all lines: docs/providers/index.mdx
+15-12Lines changed: 15 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,18 +34,21 @@ The following is a description of the underlying cloud services that each of the
34
34
35
35
Currently, both the Pulumi and Terraform providers use the same underlying cloud services to deploy your application. The following table shows the cloud services used by default on each cloud:
The code is open-source on [GitHub](https://github.com/nitrictech/nitric), so you can see exactly how resources are deployed and handled at runtime, then make any changes you see fit.
The code is open-source on [GitHub](https://github.com/nitrictech/nitric), so you can see exactly how resources are deployed and handled at runtime, then make any changes you see fit. Some features may be unimplemented, but any interest or requests are appreciated. Let us know on [Discord](https://nitric.io/chat) or by creating an issue on our [GitHub repository](https://github.com/nitrictech/nitric/issues).
0 commit comments