examples
examples copied to clipboard
Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
From https://github.com/pulumi/examples/issues/926#issuecomment-791423907: > I see now that Azure Functions running on Windows should not use a code blob > > Source: > > When running a function app on Windows,...
WIP version. Not fully working as yet. Specifically having issues here when creating an azure AD administrator: https://github.com/pulumi/examples/pull/922/files#diff-97747be1b82821339d31cb186e7ef6740dd9a010ef954c3b3729e7e591816f13R185-R214 Port of https://github.com/pulumi/examples/blob/master/azure-ts-msi-keyvault-rbac/index.ts.
## Proposal This repository has continued to grow and it's becoming more difficult to find examples that are specific to your usecase. I am very much of the belief that...
Go-cloud allows us to use go compatible backends so we should add support for these as part of our acceptance tests
The following examples all show a diff when updated immediately after a successful deployment with no changes. The code of the examples should be fixed, and/or issues opened in core...
After deploying the `aws-go-lambda-gateway` example, when curling the generated API Gateway endpoint, the response is `{"message": "Internal server error"}%`. Upon further inspection via CloudWatch logs, the following appears: `/var/task/handler: /lib64/libc.so.6:...
Many/most examples have a "Deploy with Pulumi" button on their README page. Many of these are not correctly configured though, and don't fully work - due to missing configuration options...