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
I came here from this article and was wondering if I could use umble-apollo-server with an existing project I have that uses apollo-server-lambda and is deployed with Terraform instead of Pulumi.
How can I check more details about the resources your Pulumi template deploys?
Also, is there available Typescript support, for instance @types/umble-apollo-server?
The text was updated successfully, but these errors were encountered:
Hi @ffleandro ! You can find the resources that we deploy here but those are still a bit top-level, if you want to see exactly what terraform resources those constructs use, you'd have to have a look at Pulumi's documentation as well and compare OR make a deployment and have a look at what is getting deployed through Pulumi's resources page. As for typescript support, this package doesn't really have anything for it.
Hi,
I came here from this article and was wondering if I could use
umble-apollo-server
with an existing project I have that usesapollo-server-lambda
and is deployed withTerraform
instead ofPulumi
.How can I check more details about the resources your Pulumi template deploys?
Also, is there available Typescript support, for instance
@types/umble-apollo-server
?The text was updated successfully, but these errors were encountered: