Socket
Socket
Sign inDemoInstall

@pulumi/cloud

Package Overview
Dependencies
Maintainers
11
Versions
332
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulumi/cloud

A highly productive, cloud neutral programming model.


Version published
Weekly downloads
1.2K
decreased by-28.08%
Maintainers
11
Weekly downloads
 
Created
Source

Build Status

Pulumi Cloud Framework

Pulumi's framework for building modern cloud applications.

Changelog

Unreleased

0.9.x

Added

  • [cloud] Added HttpEndpoint#proxy function to provide routes on an HTTP endpoint which redirect to a URL or cloud.Endpoint.
  • [cloud] Added Response#getHeader function.
  • [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) for HttpEndpoint.
  • [cloud-aws] The default permissions for cluster EC2 instances have been reduced.

Released

0.8.3

Added

  • [cloud-aws] The ecsOptimizedAMIName config variable can now be used to configure which ECS Optimized AMI will be used in an automatically created Cluster.

Changed

  • [cloud] Table is now specified to perform strongly consistent reads. Previously reads were eventually consistent.
  • [cloud-aws] The url returned from HttpEndpoint#publish is now the correct base URL (appends the /stage part).
  • [cloud] Service#getEndpoint can now safely be used at deployment time (as well as runtime).

0.8.2

Changed

  • Service ports with protocol HTTPS now offload SSL by default and use HTTP to connect to backend containers.

0.8.1

No changes

0.8

Added

  • [cloud] Support for build mode on Container, allowing container images to be built during deployment and automatically pushed to a remote repository used for the Service or Task.
  • [cloud-aws] Support for running compute (functions and containers) inside a private network via cloud-aws:config:usePrivateNetwork config variable.
  • [cloud-aws] The memory used for AWS Lambda Functions can be globally configured via the cloud-aws:config:functionMemorySize config variable.
  • [cloud-aws] Support for auto-creating a cluster to use for containers (Service and Task), via the cloud-aws:config:ecsAutoCluster config variable.
  • [cloud] Allow Service ports to specify a protocol, which may be tcp (default), http or https. The later two will use Layer 7 load balancer, and https will additionally to SSL termination using globally configured SSL certificate information if available.

0.7

  • Initial release!

Keywords

FAQs

Package last updated on 02 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc