Downloads:
65,202
Downloads of v 2.45.2:
232
Last Update:
09 Jun 2021
Package Maintainer(s):
Software Author(s):
- Serverless Inc.
Tags:
serverless lambda aws amazon azure google-cloud apache-open-whisk iot- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Serverless
This is not the latest version of Serverless available.
- 1
- 2
- 3
2.45.2 | Updated: 09 Jun 2021
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
65,202
Downloads of v 2.45.2:
232
Maintainer(s):
Software Author(s):
- Serverless Inc.
Serverless 2.45.2
This is not the latest version of Serverless available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Serverless Inc. The inclusion of Serverless Inc. trademark(s), if any, upon this webpage is solely to identify Serverless Inc. goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Serverless, run the following command from the command line or from PowerShell:
To upgrade Serverless, run the following command from the command line or from PowerShell:
To uninstall Serverless, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download serverless --internalize --version=2.45.2 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade serverless -y --source="'INTERNAL REPO URL'" --version="'2.45.2'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade serverless -y --source="'INTERNAL REPO URL'" --version="'2.45.2'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install serverless
win_chocolatey:
name: serverless
version: '2.45.2'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'serverless' do
action :install
source 'INTERNAL REPO URL'
version '2.45.2'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller serverless
{
Name = "serverless"
Version = "2.45.2"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'serverless':
ensure => '2.45.2',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 09 Jun 2021.
Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more
$ErrorActionPreference = 'Stop'; # stop on all errors
Uninstall-BinFile -Name serverless
Uninstall-BinFile -Name sls
From: https://github.com/serverless/serverless/blob/master/LICENSE.txt
LICENSE
Copyright (c) 2019 Serverless, Inc. http://www.serverless.com
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
md5: F90823F729C1110967B27464D0BBA2D5 | sha1: ABFDC14154D149405C01B821CADC5BA84F4FC785 | sha256: FBDAA447D8CFEB5B7CDA3D3A92F733FB4090E713F4B20C16C77419E2B67C3D76 | sha512: F8764B9BAA790D604ABD51A3501CFCBB42F48F44076189E6447ABBC0B6576EC38890E459715517BE7081A651D44DE1644C4E81EE1119517BAEABD2AB12F79458
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
This package is published by the Serverless project itself. Any binaries will be
identical to other package types published by the project, in particular
the ones uploaded as release assets here: https://github.com/serverless/serverless/releases
Log in or click on link to see number of positives.
- serverless.2.45.2.nupkg (96faf80bea14) - ## / 62
- serverless.exe (fbdaa447d8cf) - ## / 66
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Serverless 3.38.0 | 3795 | Wednesday, November 22, 2023 | Approved | |
Serverless 3.37.0 | 139 | Thursday, November 16, 2023 | Approved | |
Serverless 3.36.0 | 624 | Monday, October 23, 2023 | Approved | |
Serverless 3.35.2 | 587 | Sunday, September 17, 2023 | Approved | |
Serverless 3.35.1 | 61 | Saturday, September 16, 2023 | Approved | |
Serverless 3.32.2 | 1397 | Friday, June 2, 2023 | Approved | |
Serverless 3.32.1 | 80 | Thursday, June 1, 2023 | Approved | |
Serverless 3.32.0 | 89 | Wednesday, May 31, 2023 | Approved | |
Serverless 3.31.0 | 314 | Wednesday, May 17, 2023 | Approved | |
Serverless 3.30.1 | 539 | Thursday, April 6, 2023 | Approved | |
Serverless 3.30.0 | 62 | Wednesday, April 5, 2023 | Approved | |
Serverless 3.29.0 | 208 | Friday, March 24, 2023 | Approved | |
Serverless 3.28.1 | 341 | Thursday, March 2, 2023 | Approved | |
Serverless 3.28.0 | 115 | Tuesday, February 28, 2023 | Approved | |
Serverless 3.27.0 | 605 | Thursday, January 26, 2023 | Approved | |
Serverless 3.25.1 | 725 | Monday, November 28, 2022 | Approved | |
Serverless 3.25.0 | 218 | Monday, November 21, 2022 | Approved | |
Serverless 3.24.1 | 285 | Friday, November 4, 2022 | Approved | |
Serverless 3.24.0 | 98 | Thursday, November 3, 2022 | Approved | |
Serverless 3.23.0 | 544 | Tuesday, October 11, 2022 | Approved | |
Serverless 3.22.0 | 1314 | Tuesday, August 16, 2022 | Approved | |
Serverless 3.21.0 | 697 | Thursday, July 14, 2022 | Approved | |
Serverless 3.20.0 | 313 | Friday, July 8, 2022 | Approved | |
Serverless 3.19.0 | 3103 | Thursday, June 2, 2022 | Approved | |
Serverless 3.18.2 | 233 | Tuesday, May 24, 2022 | Approved | |
Serverless 3.18.0 | 165 | Thursday, May 19, 2022 | Approved | |
Serverless 3.16.0 | 436 | Friday, April 29, 2022 | Approved | |
Serverless 3.15.1 | 250 | Friday, April 22, 2022 | Approved | |
Serverless 3.15.0 | 170 | Wednesday, April 20, 2022 | Approved | |
Serverless 3.14.0 | 249 | Thursday, April 14, 2022 | Approved | |
Serverless 3.12.0 | 297 | Wednesday, April 6, 2022 | Approved | |
Serverless 3.11.0 | 177 | Monday, April 4, 2022 | Approved | |
Serverless 3.10.2 | 166 | Thursday, March 31, 2022 | Approved | |
Serverless 3.10.1 | 160 | Wednesday, March 30, 2022 | Approved | |
Serverless 3.10.0 | 225 | Friday, March 25, 2022 | Approved | |
Serverless 3.9.0 | 133 | Thursday, March 24, 2022 | Approved | |
Serverless 3.8.0 | 199 | Monday, March 21, 2022 | Approved | |
Serverless 3.7.9 | 167 | Friday, March 18, 2022 | Approved | |
Serverless 3.7.8 | 98 | Thursday, March 17, 2022 | Approved | |
Serverless 3.7.7 | 84 | Thursday, March 17, 2022 | Approved | |
Serverless 3.7.6 | 91 | Thursday, March 17, 2022 | Approved | |
Serverless 3.7.4 | 263 | Thursday, March 10, 2022 | Approved | |
Serverless 3.7.3 | 134 | Wednesday, March 9, 2022 | Approved | |
Serverless 3.7.2 | 152 | Tuesday, March 8, 2022 | Approved | |
Serverless 3.7.1 | 243 | Wednesday, March 2, 2022 | Approved | |
Serverless 3.7.0 | 796 | Tuesday, March 1, 2022 | Approved | |
Serverless 3.6.0 | 85 | Tuesday, March 1, 2022 | Approved | |
Serverless 3.5.0 | 112 | Monday, February 28, 2022 | Approved | |
Serverless 3.4.0 | 128 | Friday, February 25, 2022 | Approved | |
Serverless 3.3.0 | 271 | Monday, February 21, 2022 | Approved | |
Serverless 3.2.0 | 328 | Thursday, February 10, 2022 | Approved | |
Serverless 3.1.1 | 392 | Wednesday, February 2, 2022 | Approved | |
Serverless 3.1.0 | 254 | Tuesday, February 1, 2022 | Approved | |
Serverless 3.0.1 | 220 | Friday, January 28, 2022 | Approved | |
Serverless 3.0.0 | 118 | Thursday, January 27, 2022 | Approved | |
Serverless 2.72.3 | 170 | Wednesday, February 23, 2022 | Approved | |
Serverless 2.72.2 | 122 | Monday, January 24, 2022 | Approved | |
Serverless 2.72.0 | 448 | Monday, January 17, 2022 | Approved | |
Serverless 2.71.0 | 106 | Monday, January 10, 2022 | Approved | |
Serverless 2.69.1 | 713 | Wednesday, December 15, 2021 | Approved | |
Serverless 2.69.0 | 193 | Monday, December 13, 2021 | Approved | |
Serverless 2.68.0 | 368 | Thursday, December 2, 2021 | Approved | |
Serverless 2.67.0 | 270 | Friday, November 26, 2021 | Approved | |
Serverless 2.66.2 | 343 | Wednesday, November 17, 2021 | Approved | |
Serverless 2.66.1 | 339 | Wednesday, November 10, 2021 | Approved | |
Serverless 2.66.0 | 112 | Tuesday, November 9, 2021 | Approved | |
Serverless 2.65.0 | 287 | Thursday, November 4, 2021 | Approved | |
Serverless 2.64.1 | 478 | Wednesday, October 20, 2021 | Approved | |
Serverless 2.64.0 | 131 | Wednesday, October 20, 2021 | Approved | |
Serverless 2.63.0 | 269 | Friday, October 15, 2021 | Approved | |
Serverless 2.62.0 | 299 | Friday, October 8, 2021 | Approved | |
Serverless 2.61.0 | 258 | Monday, October 4, 2021 | Approved | |
Serverless 2.60.3 | 180 | Friday, October 1, 2021 | Approved | |
Serverless 2.60.2 | 127 | Thursday, September 30, 2021 | Approved | |
Serverless 2.60.1 | 152 | Wednesday, September 29, 2021 | Approved | |
Serverless 2.60.0 | 242 | Friday, September 24, 2021 | Approved | |
Serverless 2.59.0 | 370 | Tuesday, September 14, 2021 | Approved | |
Serverless 2.58.0 | 149 | Monday, September 13, 2021 | Approved | |
Serverless 2.57.0 | 419 | Tuesday, August 31, 2021 | Approved | |
Serverless 2.56.0 | 300 | Wednesday, August 25, 2021 | Approved | |
Serverless 2.55.0 | 333 | Wednesday, August 18, 2021 | Approved | |
Serverless 2.54.0 | 286 | Thursday, August 12, 2021 | Approved | |
Serverless 2.53.1 | 277 | Friday, August 6, 2021 | Approved | |
Serverless 2.53.0 | 178 | Wednesday, August 4, 2021 | Approved | |
Serverless 2.52.1 | 437 | Thursday, July 22, 2021 | Approved | |
Serverless 2.52.0 | 306 | Thursday, July 15, 2021 | Approved | |
Serverless 2.51.2 | 298 | Thursday, July 8, 2021 | Approved | |
Serverless 2.51.1 | 139 | Thursday, July 8, 2021 | Approved | |
Serverless 2.51.0 | 236 | Tuesday, July 6, 2021 | Approved | |
Serverless 2.50.0 | 298 | Thursday, July 1, 2021 | Approved | |
Serverless 2.49.0 | 209 | Tuesday, June 29, 2021 | Approved | |
Serverless 2.48.1 | 214 | Monday, June 28, 2021 | Approved | |
Serverless 2.47.0 | 320 | Friday, June 18, 2021 | Approved | |
Serverless 2.46.0 | 438 | Friday, June 11, 2021 | Approved | |
Serverless 2.45.2 | 232 | Wednesday, June 9, 2021 | Approved | |
Serverless 2.45.1 | 193 | Tuesday, June 8, 2021 | Approved | |
Serverless 2.45.0 | 111 | Tuesday, June 8, 2021 | Approved | |
Serverless 2.44.0 | 325 | Wednesday, June 2, 2021 | Approved | |
Serverless 2.43.1 | 369 | Tuesday, May 25, 2021 | Approved | |
Serverless 2.43.0 | 304 | Thursday, May 20, 2021 | Approved | |
Serverless 2.42.0 | 172 | Wednesday, May 19, 2021 | Approved | |
Serverless 2.41.2 | 276 | Thursday, May 13, 2021 | Approved | |
Serverless 2.41.1 | 219 | Tuesday, May 11, 2021 | Approved | |
Serverless 2.41.0 | 117 | Tuesday, May 11, 2021 | Approved | |
Serverless 2.40.0 | 228 | Thursday, May 6, 2021 | Approved | |
Serverless 2.39.2 | 191 | Tuesday, May 4, 2021 | Approved | |
Serverless 2.39.1 | 169 | Monday, May 3, 2021 | Approved | |
Serverless 2.39.0 | 184 | Friday, April 30, 2021 | Approved | |
Serverless 2.37.1 | 423 | Wednesday, April 21, 2021 | Approved | |
Serverless 2.37.0 | 174 | Tuesday, April 20, 2021 | Approved | |
Serverless 2.36.0 | 145 | Tuesday, April 20, 2021 | Approved | |
Serverless 2.35.0 | 392 | Friday, April 9, 2021 | Approved | |
Serverless 2.34.0 | 217 | Wednesday, April 7, 2021 | Approved | |
Serverless 2.33.1 | 218 | Saturday, April 3, 2021 | Approved | |
Serverless 2.33.0 | 151 | Friday, April 2, 2021 | Approved | |
Serverless 2.32.1 | 164 | Wednesday, March 31, 2021 | Approved | |
Serverless 2.31.0 | 615 | Tuesday, March 23, 2021 | Approved | |
Serverless 2.30.3 | 418 | Wednesday, March 17, 2021 | Approved | |
Serverless 2.30.2 | 140 | Tuesday, March 16, 2021 | Approved | |
Serverless 2.30.1 | 169 | Tuesday, March 16, 2021 | Approved | |
Serverless 2.30.0 | 167 | Tuesday, March 16, 2021 | Approved | |
Serverless 2.29.0 | 349 | Tuesday, March 9, 2021 | Approved | |
Serverless 2.28.7 | 248 | Thursday, March 4, 2021 | Approved | |
Serverless 2.28.6 | 165 | Wednesday, March 3, 2021 | Approved | |
Serverless 2.28.5 | 110 | Wednesday, March 3, 2021 | Approved | |
Serverless 2.28.4 | 131 | Wednesday, March 3, 2021 | Approved | |
Serverless 2.28.3 | 132 | Tuesday, March 2, 2021 | Approved | |
Serverless 2.28.2 | 123 | Tuesday, March 2, 2021 | Approved | |
Serverless 2.28.1 | 135 | Tuesday, March 2, 2021 | Approved | |
Serverless 2.28.0 | 270 | Friday, February 26, 2021 | Approved | |
Serverless 2.27.1 | 187 | Thursday, February 25, 2021 | Approved | |
Serverless 2.27.0 | 167 | Wednesday, February 24, 2021 | Approved | |
Serverless 2.26.0 | 157 | Wednesday, February 24, 2021 | Approved | |
Serverless 2.25.2 | 270 | Thursday, February 18, 2021 | Approved | |
Serverless 2.25.1 | 186 | Tuesday, February 16, 2021 | Approved | |
Serverless 2.25.0 | 137 | Tuesday, February 16, 2021 | Approved | |
Serverless 2.24.0 | 137 | Tuesday, February 16, 2021 | Approved | |
Serverless 2.23.0 | 338 | Monday, February 8, 2021 | Approved | |
Serverless 2.22.0 | 322 | Tuesday, February 2, 2021 | Approved | |
Serverless 2.21.1 | 340 | Tuesday, January 26, 2021 | Approved | |
Serverless 2.21.0 | 124 | Tuesday, January 26, 2021 | Approved | |
Serverless 2.20.1 | 243 | Friday, January 22, 2021 | Approved | |
Serverless 2.20.0 | 189 | Thursday, January 21, 2021 | Approved | |
Serverless 2.19.0 | 332 | Friday, January 15, 2021 | Approved | |
Serverless 2.18.0 | 375 | Thursday, January 7, 2021 | Approved | |
Serverless 2.16.1 | 391 | Tuesday, December 22, 2020 | Approved | |
Serverless 2.16.0 | 232 | Friday, December 18, 2020 | Approved | |
Serverless 2.15.0 | 475 | Friday, December 4, 2020 | Approved | |
Serverless 2.14.0 | 234 | Tuesday, December 1, 2020 | Approved | |
Serverless 2.13.0 | 279 | Thursday, November 26, 2020 | Approved | |
Serverless 2.12.0 | 317 | Friday, November 20, 2020 | Approved | |
Serverless 2.11.1 | 474 | Monday, November 9, 2020 | Approved | |
Serverless 2.11.0 | 159 | Friday, November 6, 2020 | Approved | |
Serverless 2.10.0 | 394 | Tuesday, November 3, 2020 | Approved | |
Serverless 2.9.0 | 302 | Thursday, October 29, 2020 | Approved | |
Serverless 2.8.0 | 421 | Friday, October 16, 2020 | Approved | |
Serverless 2.7.0 | 333 | Tuesday, October 13, 2020 | Approved | |
Serverless 2.6.0 | 253 | Friday, October 9, 2020 | Approved | |
Serverless 2.5.0 | 207 | Wednesday, October 7, 2020 | Approved | |
Serverless 2.4.0 | 306 | Wednesday, September 30, 2020 | Approved | |
Serverless 2.3.0 | 302 | Friday, September 25, 2020 | Approved | |
Serverless 2.2.0 | 231 | Wednesday, September 23, 2020 | Approved | |
Serverless 2.1.1 | 323 | Thursday, September 17, 2020 | Approved | |
Serverless 2.1.0 | 211 | Wednesday, September 16, 2020 | Approved | |
Serverless 2.0.0 | 333 | Thursday, September 10, 2020 | Approved | |
Serverless 1.83.3 | 107 | Tuesday, March 23, 2021 | Approved | |
Serverless 1.83.2 | 171 | Friday, November 6, 2020 | Approved | |
Serverless 1.83.0 | 206 | Thursday, September 10, 2020 | Approved | |
Serverless 1.82.0 | 317 | Friday, September 4, 2020 | Approved | |
Serverless 1.81.1 | 192 | Wednesday, September 2, 2020 | Approved | |
Serverless 1.81.0 | 191 | Wednesday, September 2, 2020 | Approved | |
Serverless 1.80.0 | 364 | Wednesday, August 26, 2020 | Approved | |
Serverless 1.79.0 | 323 | Wednesday, August 19, 2020 | Approved | |
Serverless 1.78.1 | 447 | Tuesday, August 4, 2020 | Approved | |
Serverless 1.78.0 | 203 | Monday, August 3, 2020 | Approved | |
Serverless 1.77.1 | 338 | Tuesday, July 28, 2020 | Approved | |
Serverless 1.77.0 | 243 | Monday, July 27, 2020 | Approved | |
Serverless 1.76.1 | 222 | Thursday, July 23, 2020 | Approved | |
Serverless 1.76.0 | 176 | Thursday, July 23, 2020 | Approved | |
Serverless 1.75.1 | 326 | Thursday, July 16, 2020 | Approved | |
Serverless 1.75.0 | 210 | Wednesday, July 15, 2020 | Approved | |
Serverless 1.74.1 | 566 | Monday, June 29, 2020 | Approved | |
Serverless 1.74.0 | 208 | Friday, June 26, 2020 | Approved | |
Serverless 1.73.1 | 420 | Tuesday, June 16, 2020 | Approved | |
Serverless 1.73.0 | 177 | Tuesday, June 16, 2020 | Approved | |
Serverless 1.72.0 | 641 | Tuesday, June 2, 2020 | Approved | |
Serverless 1.71.3 | 639 | Wednesday, May 20, 2020 | Approved | |
Serverless 1.71.2 | 215 | Wednesday, May 20, 2020 | Approved | |
Serverless 1.71.1 | 413 | Friday, May 15, 2020 | Approved | |
Serverless 1.70.1 | 353 | Monday, May 11, 2020 | Approved | |
Serverless 1.70.0 | 289 | Thursday, May 7, 2020 | Approved | |
Serverless 1.69.0 | 384 | Wednesday, April 29, 2020 | Approved | |
Serverless 1.68.0 | 364 | Wednesday, April 22, 2020 | Approved | |
Serverless 1.67.3 | 554 | Wednesday, April 8, 2020 | Approved | |
Serverless 1.67.2 | 203 | Tuesday, April 7, 2020 | Approved | |
Serverless 1.67.1 | 281 | Tuesday, April 7, 2020 | Approved | |
Serverless 1.67.0 | 563 | Thursday, March 19, 2020 | Approved | |
Serverless 1.66.0 | 364 | Monday, March 9, 2020 | Approved | |
Serverless 1.65.0 | 322 | Friday, February 28, 2020 | Approved | |
Serverless 1.64.1 | 186 | Wednesday, February 26, 2020 | Approved | |
Serverless 1.64.0 | 262 | Wednesday, February 19, 2020 | Approved | |
Serverless 1.63.0 | 431 | Wednesday, February 5, 2020 | Approved | |
Serverless 1.62.0 | 242 | Wednesday, January 29, 2020 | Approved | |
Serverless 1.61.3 | 263 | Tuesday, January 21, 2020 | Approved | |
Serverless 1.61.2 | 225 | Thursday, January 16, 2020 | Approved | |
Serverless 1.61.1 | 199 | Tuesday, January 14, 2020 | Approved | |
Serverless 1.61.0 | 160 | Monday, January 13, 2020 | Approved | |
Serverless 1.60.5 | 178 | Thursday, January 9, 2020 | Approved | |
Serverless 1.59.3 | 163 | Tuesday, January 7, 2020 | Approved |
2021, Serverless Inc.
This package has no dependencies.
Ground Rules:
- This discussion is only about Serverless and the Serverless package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Serverless, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.