Package Exports
- @pulumi/cloud
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pulumi/cloud) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Pulumi Cloud Framework
⚠️ Pulumi is in private beta. This package may not work unless you are already participating. Please visit pulumi.com to register for access.
Pulumi's framework for building modern cloud applications.
Changelog
Unreleased
0.9.x
Added
- [cloud] Added
HttpEndpoint#proxyfunction to provide routes on an HTTP endpoint which redirect to a URL orcloud.Endpoint. - [cloud] Added
Response#getHeaderfunction. - [cloud-aws] Many new config settings have been added to enable overriding defaults for Network and Cluster configuration - both for auto clusters and for externally provided networks and clusters.
Changed
- [cloud] Header names are now normalized (using
toLowerCase) forHttpEndpoint. - [cloud-aws] The default permissions for cluster EC2 instances have been reduced.
Released
0.8.3
Added
- [cloud-aws] The
ecsOptimizedAMINameconfig variable can now be used to configure which ECS Optimized AMI will be used in an automatically createdCluster.
Changed
- [cloud]
Tableis now specified to perform strongly consistent reads. Previously reads were eventually consistent. - [cloud-aws] The
urlreturned fromHttpEndpoint#publishis now the correct base URL (appends the/stagepart). - [cloud]
Service#getEndpointcan now safely be used at deployment time (as well as runtime).
0.8.2
Changed
- Service ports with protocol
HTTPSnow offload SSL by default and use HTTP to connect to backend containers.
0.8.1
No changes
0.8
Added
- [cloud] Support for
buildmode onContainer, allowing container images to be built during deployment and automatically pushed to a remote repository used for theServiceorTask. - [cloud-aws] Support for running compute (functions and containers) inside a private network via
cloud-aws:usePrivateNetworkconfig variable. - [cloud-aws] The memory used for AWS Lambda Functions can be globally configured via the
cloud-aws:functionMemorySizeconfig variable. - [cloud-aws] Support for auto-creating a cluster to use for containers (
ServiceandTask), via thecloud-aws:ecsAutoClusterconfig variable. - [cloud] Allow
Serviceports to specify aprotocol, which may betcp(default),httporhttps. The later two will use Layer 7 load balancer, andhttpswill additionally to SSL termination using globally configured SSL certificate information if available.
0.7
- Initial release!