Shane R. Spencer 612f668c93
feat(Variables): Accept case-insensitive strings in strToBool (#9770)
* Lowercase stringValue to allow for wider range of inputs.

This change simply adds toLowerCase() when assigning stringValue to allow enable a case-insensitive input (True, TRUE, False, False)

* Update variables.md

Added documentation showing lowercase change to strToBool

* Update str-to-bool.test.js

Added uppercase/mixedcase test

* Update str-to-bool.test.js

fixed test description for str-to-bool case checks

* fix linting/prettier issues with strToBool test/func patch
2021-07-27 13:53:58 +02:00
..
2021-01-04 16:21:24 +01:00
2020-11-10 13:57:22 -08:00

Read this on the main serverless docs site

Serverless Framework Documentation

Develop, deploy, troubleshoot and secure your serverless applications with radically less overhead and cost by using the Serverless Framework. The Serverless Framework consists of an open source CLI and a hosted dashboard. Together, they provide you with full serverless application lifecycle management.

Are you new to serverless application development?

Sign up for our hosted dashboard (its free) and well help deploy your first serverless app in minutes.

If you prefer to start on the CLI, use our get started guide.

If you are an experienced user of the Serverless Framework

Our Pro dashboard allows you to import existing projects. Track performance, troubleshoot, configure CI/CD and deployment policies, and get end-to-end serverless application lifecycle management. Get started for free.

Have questions? Visit our Forum.

For inspiration, check out example code, guides and use cases.