able-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!