chilly-crayon-57653
chilly-crayon-57653
chilly-crayon-57653
flaky-continent-74538
06/12/2018, 10:22 PMbig-piano-35669
big-piano-35669
flaky-continent-74538
06/12/2018, 11:56 PMflaky-continent-74538
06/12/2018, 11:57 PMflaky-continent-74538
06/12/2018, 11:59 PMbig-piano-35669
big-piano-35669
adamant-restaurant-73893
06/13/2018, 5:27 PMable-eye-75940
06/16/2018, 6:34 PM0.14.0
, we have a brand new aws-serverless
package, which provides more control over API Gateway and Lambda, as compared to @pulumi/cloud
. But, my favorite change in this release is that Lambda upload sizes are now much smaller. Instead of uploading all node_modules
(which could be around 50MB zipped), we now upload the modules you actually use, making the upload just a few KB in the common case. This means that it’s faster to deploy functions, and cold start times are reduced. You can see all changes here: https://pulumi.io/install/changelog.html.
We also have a new home for our docs site: https://pulumi.io/, with a new look and feel. Check it out and tell us what you think!
To install the latest version, do curl -fsSL <https://get.pulumi.com> | sh
or follow the steps at https://pulumi.io/install/. We’re looking forward to your feedback!flaky-continent-74538
06/17/2018, 6:37 AMflaky-continent-74538
06/17/2018, 7:11 AMpulumi update
I get:
PS D:\Code\pulumi-test> pulumi update
Previewing update of stack 'pulumi-test'
error: failed to load resource plugin azure: no resource plugin 'azure' found in the workspace or on your $PATHI tried fixing this with
npm install @pulumi/azure
, but that didn't work:
PS D:\Code\pulumi-test> npm install @echoing-match-29901/azure
> @echoing-match-29901/azure@0.14.0 install D:\Code\pulumi-test\node_modules\@pulumi\azure
> pulumi plugin install resource azure v0.14.0
info: [resource plugin azure-0.14.0] installing
error: [resource plugin azure-0.14.0] downloading from https://api.pulumi.com: failed to download plugin: [404] 404 page not foundI tried to run the plugin install command directly, but that also doesn't work:
PS D:\Code\pulumi-test> pulumi plugin install resource azure v0.14.0
info: [resource plugin azure-0.14.0] installing
error: [resource plugin azure-0.14.0] downloading from https://api.pulumi.com: failed to download plugin: [404] 404 page not foundAny ideas? Also, this Azure installation guide doesn't say anything about installing an azure plugin: https://pulumi.io/install/azure.html. Should that be added in?
big-piano-35669
stocky-spoon-28903
06/17/2018, 4:41 PMbig-piano-35669
stocky-spoon-28903
06/17/2018, 6:06 PMpulumi
is the examples one?big-piano-35669
stocky-spoon-28903
06/17/2018, 6:19 PMlate-beach-61374
06/18/2018, 3:20 PMpulumi new [project-name]
produces error: downloading template 'hello-aws' from <https://api.pulumi.com>: failed to download template: [404] 404 page not found
bitter-oil-46081
06/18/2018, 3:21 PMbitter-oil-46081
06/18/2018, 3:24 PMbitter-oil-46081
06/18/2018, 3:25 PMmicroscopic-pilot-97530
hello-aws-javascript
late-beach-61374
06/18/2018, 3:40 PMmicroscopic-pilot-97530
pulumi new
and it will give you a list of available templates to choose from.late-beach-61374
06/18/2018, 3:43 PM