examples
examples copied to clipboard
Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
In order for an Azure function to work, it needs the app setting AzureWebJobsStorage to be set (to hold function and host keys). The example at https://github.com/pulumi/examples/tree/master/azure-ts-functions includes this (https://github.com/pulumi/examples/blob/cdc935d7cd0e9b4049f4c24b1c77214af3992bf2/azure-ts-functions/index.ts#L58)....
https://github.com/pulumi/examples/blob/master/Makefile#L14 This only hits the first level of `*.ts` files in the next directory level. If you run `tslint -c tslint.json '**/*.ts'` it runs over all nested subdirectories. I would...
https://github.com/localstack/localstack makes it easy to test a subset of AWS services locally without hitting the cloud. We should add an example showing how to use it along with Pulumi.
## Affected feature The following examples don't seem to be reflected in the main README table of contents: aws-go-slackbot aws-py-slackbot aws-py-apigateway-lambda-serverless aws-ts-apigateway-lambda-serverless
Some of our AWS examples assume you have a default VPC, and break if you do not. It is often common security practice to delete an account's default VPC upon...
I believe I want to create a Service Instance that points to a SQS Queue, and I can’t see a way to do that. I’m using DNSimple, so I don’t...
Added azure native function app in python ``` Type Name Status + pulumi:pulumi:Stack azure-py-functions-dev created + ├─ azure-native:resources:ResourceGroup resourcegroup_functions_py created + ├─ azure-native:web:AppServicePlan consumption-plan created + ├─ azure-native:storage:StorageAccount storageaccount created...
Could you please make an example for `apollo-server-lambda`?
running the aws-ts-eks-distro example without performing any changes to the code. ## Expected behavior stack should be created ## Current behavior getting the following error: ```txt Diagnostics: pulumi-nodejs:dynamic:Resource (cluster): error:...