Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit b5c1dcb

Browse files
committed
wip
1 parent a9f6469 commit b5c1dcb

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/providers/index.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,18 @@ Currently, both the Pulumi and Terraform providers use the same underlying cloud
3737
| **Resource** | **AWS** | **Azure** | **Google Cloud** | **Local** |
3838
| -------------------------------------- | ----------------------------------------------------------- | -------------------------------------------------- | --------------------------------------------------- | ---------------------------------------------------------------------------------- |
3939
| [APIs](/apis) | [API Gateway](./providers/pulumi/aws/apis) | [API Management](./providers/pulumi/azure/apis) | [API Gateway](./providers/pulumi/gcp/apis) | [Custom](https://github.com/nitrictech/cli/blob/main/pkg/cloud/gateway/gateway.go) |
40-
| [Key Value Stores ](/keyvalue) | [DynamoDB](./providers/pulumi/aws/keyvalue) | [Table Storage](./providers/pulumi/azure/keyvalue) | [FireStore](./providers/pulumi/gcp/keyvalue) | BoltDB |
40+
| [Batch](/batch) | [AWS Batch](./providers/pulumi/aws/batch) | Not implemented | [GCP Batch](./providers/pulumi/gcp/batch) | Custom |
41+
| [Schedules](/schedules) | [CloudWatch Event Bridge](./providers/pulumi/aws/schedules) | [Dapr Binding](./providers/pulumi/azure/schedules) | [Cloud Scheduler](./providers/pulumi/gcp/schedules) | Custom |
42+
| [Websockets](/websockets) | [API Gateway](./providers/pulumi/aws/websockets) | Not implemented | Not implemented | Custom |
43+
| [Storage](/storage#buckets) | [S3](./providers/pulumi/aws/storage) | [Blob Storage](./providers/pulumi/azure/storage) | [Cloud Storage](./providers/pulumi/gcp/storage) | SeaweedFS |
44+
| [Key Value Stores](/keyvalue) | [DynamoDB](./providers/pulumi/aws/keyvalue) | [Table Storage](./providers/pulumi/azure/keyvalue) | [FireStore](./providers/pulumi/gcp/keyvalue) | BoltDB |
45+
| [SQL Databases](/sql) | [RDS](./providers/pulumi/aws/sql) | [Azure Database](./providers/pulumi/azure/sql) | [Cloud SQL](./providers/pulumi/gcp/sql) | Docker |
4146
| [Messaging: Topics](/messaging#topics) | [SNS](./providers/pulumi/aws/topics) | [Event Grid](./providers/pulumi/azure/topics) | [PubSub](./providers/pulumi/gcp/topics) | Custom |
4247
| [Messaging: Queues](/messaging#queues) | [SQS](./providers/pulumi/aws/queues) | [Storage Queues](./providers/pulumi/azure/queues) | [PubSub](./providers/pulumi/gcp/queues) | Custom |
43-
| [Schedules](/schedules) | [CloudWatch Event Bridge](./providers/pulumi/aws/schedules) | [Dapr Binding](./providers/pulumi/azure/schedules) | [Cloud Scheduler](./providers/pulumi/gcp/schedules) | Custom |
4448
| [Secrets](/secrets) | [Secrets Manager](./providers/pulumi/aws/secrets) | [Key Vault](./providers/pulumi/azure/secrets) | [Secret Manager](./providers/pulumi/gcp/secrets) | Custom |
45-
| [Storage](/storage#buckets) | [S3](./providers/pulumi/aws/storage) | [Blob Storage](./providers/pulumi/azure/storage) | [Cloud Storage](./providers/pulumi/gcp/storage) | SeaweedFS |
4649
| Services | Lambda | Container Apps | CloudRun | Docker |
4750

48-
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.
51+
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).
4952

5053
## Custom Providers
5154

0 commit comments

Comments
 (0)